pub struct Uuid16(pub u16);Expand description
16-bit UUID
Tuple Fields§
§0: u16Auto Trait Implementations§
impl RefUnwindSafe for Uuid16
impl Send for Uuid16
impl Sync for Uuid16
impl Unpin for Uuid16
impl UnwindSafe for Uuid16
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