Struct joycon_sys::spi::SPIRange
source · pub struct SPIRange(/* private fields */);
Implementations§
Trait Implementations§
source§impl PartialEq for SPIRange
impl PartialEq for SPIRange
impl Copy for SPIRange
impl Eq for SPIRange
impl StructuralPartialEq for SPIRange
Auto Trait Implementations§
impl Freeze for SPIRange
impl RefUnwindSafe for SPIRange
impl Send for SPIRange
impl Sync for SPIRange
impl Unpin for SPIRange
impl UnwindSafe for SPIRange
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