#[repr(transparent)]pub struct UuidArray0(pub u32);Expand description
no description available
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for UuidArray0
impl Clone for UuidArray0
Source§fn clone(&self) -> UuidArray0
fn clone(&self) -> UuidArray0
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UuidArray0
impl Debug for UuidArray0
Source§impl Default for UuidArray0
impl Default for UuidArray0
Source§fn default() -> UuidArray0
fn default() -> UuidArray0
Returns the “default value” for a type. Read more
Source§impl PartialEq for UuidArray0
impl PartialEq for UuidArray0
impl Copy for UuidArray0
impl Eq for UuidArray0
impl StructuralPartialEq for UuidArray0
Auto Trait Implementations§
impl Freeze for UuidArray0
impl RefUnwindSafe for UuidArray0
impl Send for UuidArray0
impl Sync for UuidArray0
impl Unpin for UuidArray0
impl UnwindSafe for UuidArray0
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