Struct gilrs::ff::effect_source::Magnitude
source · pub(super) struct Magnitude {
pub strong: u16,
pub weak: u16,
}
Expand description
(strong, weak) pair.
Fields§
§strong: u16
§weak: u16
Implementations§
Trait Implementations§
source§impl AddAssign for Magnitude
impl AddAssign for Magnitude
source§fn add_assign(&mut self, rhs: Magnitude)
fn add_assign(&mut self, rhs: Magnitude)
Performs the
+=
operation. Read moreimpl Copy for Magnitude
Auto Trait Implementations§
impl Freeze for Magnitude
impl RefUnwindSafe for Magnitude
impl Send for Magnitude
impl Sync for Magnitude
impl Unpin for Magnitude
impl UnwindSafe for Magnitude
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