#[repr(C)]pub struct _ROOT_INFO_LUID {
pub LowPart: DWORD,
pub HighPart: LONG,
}
Fields§
§LowPart: DWORD
§HighPart: LONG
Trait Implementations§
Source§impl Clone for _ROOT_INFO_LUID
impl Clone for _ROOT_INFO_LUID
Source§fn clone(&self) -> _ROOT_INFO_LUID
fn clone(&self) -> _ROOT_INFO_LUID
Returns a copy 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 _ROOT_INFO_LUID
impl Debug for _ROOT_INFO_LUID
Source§impl Ord for _ROOT_INFO_LUID
impl Ord for _ROOT_INFO_LUID
Source§fn cmp(&self, other: &_ROOT_INFO_LUID) -> Ordering
fn cmp(&self, other: &_ROOT_INFO_LUID) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _ROOT_INFO_LUID
impl PartialEq for _ROOT_INFO_LUID
Source§impl PartialOrd for _ROOT_INFO_LUID
impl PartialOrd for _ROOT_INFO_LUID
impl Copy for _ROOT_INFO_LUID
impl Eq for _ROOT_INFO_LUID
impl StructuralPartialEq for _ROOT_INFO_LUID
Auto Trait Implementations§
impl Freeze for _ROOT_INFO_LUID
impl RefUnwindSafe for _ROOT_INFO_LUID
impl Send for _ROOT_INFO_LUID
impl Sync for _ROOT_INFO_LUID
impl Unpin for _ROOT_INFO_LUID
impl UnwindSafe for _ROOT_INFO_LUID
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