#[repr(C)]pub struct Guid {
pub data_1: c_uint,
pub data_2: c_ushort,
pub data_3: c_ushort,
pub data_4: [c_uchar; 8],
}Fields§
§data_1: c_uint§data_2: c_ushort§data_3: c_ushort§data_4: [c_uchar; 8]Implementations§
Trait Implementations§
source§impl PartialEq for Guid
impl PartialEq for Guid
source§impl PartialOrd for Guid
impl PartialOrd for Guid
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for Guid
impl StructuralPartialEq for Guid
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