Struct IClipboardContentOptions_Vtbl
#[repr(C)]pub struct IClipboardContentOptions_Vtbl {
pub base__: IInspectable_Vtbl,
pub IsRoamable: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsRoamable: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub IsAllowedInHistory: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsAllowedInHistory: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub RoamingFormats: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub HistoryFormats: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§IsRoamable: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetIsRoamable: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§IsAllowedInHistory: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetIsAllowedInHistory: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§RoamingFormats: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§HistoryFormats: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IClipboardContentOptions_Vtbl
impl RefUnwindSafe for IClipboardContentOptions_Vtbl
impl Send for IClipboardContentOptions_Vtbl
impl Sync for IClipboardContentOptions_Vtbl
impl Unpin for IClipboardContentOptions_Vtbl
impl UnwindSafe for IClipboardContentOptions_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