Struct OBJECTID
#[repr(C)]pub struct OBJECTID {
pub Lineage: GUID,
pub Uniquifier: u32,
}
Fields§
§Lineage: GUID
§Uniquifier: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OBJECTID
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