pub struct Guid {
pub data_1: u32,
pub data_2: u16,
pub data_3: u16,
pub data_4: [u8; 8],
}Fields§
§data_1: u32§data_2: u16§data_3: u16§data_4: [u8; 8]Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Guid
impl RefUnwindSafe for Guid
impl Send for Guid
impl Sync for Guid
impl Unpin for Guid
impl UnwindSafe for Guid
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