Struct rich_sdl2_rust::haptic::effect::Level
source · pub struct Level(pub i16);
Expand description
A magnitude level of the force.
Tuple Fields§
§0: i16
Trait Implementations§
source§impl PartialEq for Level
impl PartialEq for Level
impl Eq for Level
impl StructuralPartialEq for Level
Auto Trait Implementations§
impl RefUnwindSafe for Level
impl Send for Level
impl Sync for Level
impl Unpin for Level
impl UnwindSafe for Level
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