pub struct LifxIdent(pub [u8; 16]);Tuple Fields§
§0: [u8; 16]Trait Implementations§
impl Copy for LifxIdent
impl Eq for LifxIdent
impl StructuralPartialEq for LifxIdent
Auto Trait Implementations§
impl Freeze for LifxIdent
impl RefUnwindSafe for LifxIdent
impl Send for LifxIdent
impl Sync for LifxIdent
impl Unpin for LifxIdent
impl UnwindSafe for LifxIdent
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