#[repr(transparent)]pub struct Uuid0(pub u32);Expand description
no description available
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Uuid0
impl Eq for Uuid0
impl StructuralPartialEq for Uuid0
Auto Trait Implementations§
impl Freeze for Uuid0
impl RefUnwindSafe for Uuid0
impl Send for Uuid0
impl Sync for Uuid0
impl Unpin for Uuid0
impl UnwindSafe for Uuid0
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