Struct windows::Win32::System::Mmc::ScopeNamespace_Vtbl
#[repr(C)]pub struct ScopeNamespace_Vtbl {
pub base__: IDispatch_Vtbl,
pub GetParent: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetChild: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetNext: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetRoot: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Expand: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§GetParent: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetChild: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetNext: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetRoot: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Expand: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl ScopeNamespace_Vtbl
impl ScopeNamespace_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ScopeNamespace_Vtblwhere
Identity: ScopeNamespace_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ScopeNamespace_Vtbl
impl RefUnwindSafe for ScopeNamespace_Vtbl
impl Send for ScopeNamespace_Vtbl
impl Sync for ScopeNamespace_Vtbl
impl Unpin for ScopeNamespace_Vtbl
impl UnwindSafe for ScopeNamespace_Vtbl
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