Struct windows::Win32::Networking::Clustering::IGetClusterObjectInfo_Vtbl
#[repr(C)]pub struct IGetClusterObjectInfo_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetObjectName: unsafe extern "system" fn(_: *mut c_void, _: i32, _: MaybeUninit<BSTR>, _: *mut i32) -> HRESULT,
pub GetObjectType: unsafe extern "system" fn(_: *mut c_void, _: i32) -> CLUADMEX_OBJECT_TYPE,
}
Fields§
§base__: IUnknown_Vtbl
§GetObjectName: unsafe extern "system" fn(_: *mut c_void, _: i32, _: MaybeUninit<BSTR>, _: *mut i32) -> HRESULT
§GetObjectType: unsafe extern "system" fn(_: *mut c_void, _: i32) -> CLUADMEX_OBJECT_TYPE
Implementations§
§impl IGetClusterObjectInfo_Vtbl
impl IGetClusterObjectInfo_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IGetClusterObjectInfo_Vtblwhere
Identity: IGetClusterObjectInfo_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IGetClusterObjectInfo_Vtbl
impl RefUnwindSafe for IGetClusterObjectInfo_Vtbl
impl Send for IGetClusterObjectInfo_Vtbl
impl Sync for IGetClusterObjectInfo_Vtbl
impl Unpin for IGetClusterObjectInfo_Vtbl
impl UnwindSafe for IGetClusterObjectInfo_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