#[repr(C)]pub union ext_state {
pub nunchuk: nunchuk_state,
pub classic: classic_state,
pub balance: balance_state,
pub motionplus: motionplus_state,
}Fields§
§nunchuk: nunchuk_state§classic: classic_state§balance: balance_state§motionplus: motionplus_stateTrait Implementations§
Auto Trait Implementations§
impl Freeze for ext_state
impl RefUnwindSafe for ext_state
impl Send for ext_state
impl Sync for ext_state
impl Unpin for ext_state
impl UnwindSafe for ext_state
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