Struct IShareWindowCommandEventArgs_Vtbl
#[repr(C)]pub struct IShareWindowCommandEventArgs_Vtbl {
pub base__: IInspectable_Vtbl,
pub WindowId: unsafe extern "system" fn(_: *mut c_void, _: *mut WindowId) -> HRESULT,
pub Command: unsafe extern "system" fn(_: *mut c_void, _: *mut ShareWindowCommand) -> HRESULT,
pub SetCommand: unsafe extern "system" fn(_: *mut c_void, _: ShareWindowCommand) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§WindowId: unsafe extern "system" fn(_: *mut c_void, _: *mut WindowId) -> HRESULT
§Command: unsafe extern "system" fn(_: *mut c_void, _: *mut ShareWindowCommand) -> HRESULT
§SetCommand: unsafe extern "system" fn(_: *mut c_void, _: ShareWindowCommand) -> HRESULT
Auto Trait Implementations§
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