pub struct Uuid16(pub u16);
Expand description
16-bit UUID
Tuple Fields§
§0: u16
Auto Trait Implementations§
impl Freeze for Uuid16
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