Struct IGetClusterGroupInfo_Vtbl
#[repr(C)]pub struct IGetClusterGroupInfo_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetGroupHandle: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HGROUP,
}
Fields§
§base__: IUnknown_Vtbl
§GetGroupHandle: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HGROUP
Implementations§
§impl IGetClusterGroupInfo_Vtbl
impl IGetClusterGroupInfo_Vtbl
pub const fn new<Identity: IGetClusterGroupInfo_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IGetClusterGroupInfo_Vtbl
impl RefUnwindSafe for IGetClusterGroupInfo_Vtbl
impl Send for IGetClusterGroupInfo_Vtbl
impl Sync for IGetClusterGroupInfo_Vtbl
impl Unpin for IGetClusterGroupInfo_Vtbl
impl UnwindSafe for IGetClusterGroupInfo_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