Struct freya_engine::prelude::svg::fe::StdDeviation
#[repr(C)]pub struct StdDeviation {
pub x: f32,
pub y: f32,
}
Fields§
§x: f32
§y: f32
Implementations§
§impl StdDeviation
impl StdDeviation
pub fn new(x: f32, y: f32) -> StdDeviation
pub fn new_all(value: f32) -> StdDeviation
Trait Implementations§
§impl Clone for StdDeviation
impl Clone for StdDeviation
§fn clone(&self) -> StdDeviation
fn clone(&self) -> StdDeviation
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for StdDeviation
impl Debug for StdDeviation
impl Copy for StdDeviation
Auto Trait Implementations§
impl Freeze for StdDeviation
impl RefUnwindSafe for StdDeviation
impl Send for StdDeviation
impl Sync for StdDeviation
impl Unpin for StdDeviation
impl UnwindSafe for StdDeviation
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)