pub struct LcUuid(pub [u8; 16]);Expand description
Body of LC_UUID: 16 raw bytes.
Tuple Fields§
§0: [u8; 16]Implementations§
Trait Implementations§
impl Copy for LcUuid
impl Eq for LcUuid
impl StructuralPartialEq for LcUuid
Auto Trait Implementations§
impl Freeze for LcUuid
impl RefUnwindSafe for LcUuid
impl Send for LcUuid
impl Sync for LcUuid
impl Unpin for LcUuid
impl UnsafeUnpin for LcUuid
impl UnwindSafe for LcUuid
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