Struct windows_sys::Win32::System::Kernel::OBJECTID
#[repr(C)]pub struct OBJECTID {
pub Lineage: GUID,
pub Uniquifier: u32,
}Fields§
§Lineage: GUID§Uniquifier: u32Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for OBJECTID
impl Send for OBJECTID
impl Sync for OBJECTID
impl Unpin for OBJECTID
impl UnwindSafe for OBJECTID
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