Struct joycon_sys::light::HomeLight
source · #[repr(packed(1))]pub struct HomeLight { /* private fields */ }
Implementations§
Trait Implementations§
source§impl From<HomeLight> for SubcommandRequest
impl From<HomeLight> for SubcommandRequest
impl Copy for HomeLight
Auto Trait Implementations§
impl Freeze for HomeLight
impl RefUnwindSafe for HomeLight
impl Send for HomeLight
impl Sync for HomeLight
impl Unpin for HomeLight
impl UnwindSafe for HomeLight
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