#[repr(transparent)]pub struct ForceFeedbackEffectAxes(pub u32);
Expand description
Required features: "Gaming_Input_ForceFeedback"
Tuple Fields
0: u32
Implementations
Trait Implementations
impl Clone for ForceFeedbackEffectAxes
impl Clone for ForceFeedbackEffectAxes
impl Copy for ForceFeedbackEffectAxes
Auto Trait Implementations
impl RefUnwindSafe for ForceFeedbackEffectAxes
impl Send for ForceFeedbackEffectAxes
impl Sync for ForceFeedbackEffectAxes
impl Unpin for ForceFeedbackEffectAxes
impl UnwindSafe for ForceFeedbackEffectAxes
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more