#[repr(C)]pub struct WMIREGGUIDW_u(_);
Implementations
sourceimpl WMIREGGUIDW_u
impl WMIREGGUIDW_u
pub unsafe fn InstanceNameList(&self) -> &ULONG
pub unsafe fn InstanceNameList_mut(&mut self) -> &mut ULONG
pub unsafe fn BaseNameOffset(&self) -> &ULONG
pub unsafe fn BaseNameOffset_mut(&mut self) -> &mut ULONG
pub unsafe fn Pdo(&self) -> &ULONG_PTR
pub unsafe fn Pdo_mut(&mut self) -> &mut ULONG_PTR
pub unsafe fn InstanceInfo(&self) -> &ULONG_PTR
pub unsafe fn InstanceInfo_mut(&mut self) -> &mut ULONG_PTR
Trait Implementations
sourceimpl Clone for WMIREGGUIDW_u
impl Clone for WMIREGGUIDW_u
sourcefn clone(&self) -> WMIREGGUIDW_u
fn clone(&self) -> WMIREGGUIDW_u
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for WMIREGGUIDW_u
Auto Trait Implementations
impl RefUnwindSafe for WMIREGGUIDW_u
impl Send for WMIREGGUIDW_u
impl Sync for WMIREGGUIDW_u
impl Unpin for WMIREGGUIDW_u
impl UnwindSafe for WMIREGGUIDW_u
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