#[repr(transparent)]pub struct Luid(_);
Expand description
[docs.microsoft.com] LUID
The locally unique identifier (LUID) is a 64-bit value guaranteed to be unique only on the system on which it was generated. The uniqueness of an LUID is guaranteed only until the system is restarted.
Trait Implementations
sourceimpl Ord for Luid
impl Ord for Luid
sourceimpl PartialOrd<Luid> for Luid
impl PartialOrd<Luid> for Luid
sourcefn partial_cmp(&self, other: &Luid) -> Option<Ordering>
fn partial_cmp(&self, other: &Luid) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn 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 more
impl Copy for Luid
impl Eq for Luid
Auto Trait Implementations
impl RefUnwindSafe for Luid
impl Send for Luid
impl Sync for Luid
impl Unpin for Luid
impl UnwindSafe for Luid
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more