Struct ICloneViewHelper_Vtbl
#[repr(C)]pub struct ICloneViewHelper_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetConnectedIDs: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u32, _: *mut u32, _: u32) -> HRESULT,
pub GetActiveTopology: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *mut u32, _: *mut u32) -> HRESULT,
pub SetActiveTopology: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: u32, _: *const u32) -> HRESULT,
pub Commit: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetConnectedIDs: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u32, _: *mut u32, _: u32) -> HRESULT
§GetActiveTopology: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *mut u32, _: *mut u32) -> HRESULT
§SetActiveTopology: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: u32, _: *const u32) -> HRESULT
§Commit: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
Implementations§
§impl ICloneViewHelper_Vtbl
impl ICloneViewHelper_Vtbl
pub const fn new<Identity: ICloneViewHelper_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICloneViewHelper_Vtbl
impl RefUnwindSafe for ICloneViewHelper_Vtbl
impl Send for ICloneViewHelper_Vtbl
impl Sync for ICloneViewHelper_Vtbl
impl Unpin for ICloneViewHelper_Vtbl
impl UnwindSafe for ICloneViewHelper_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