Struct IIsolatedWindowsEnvironmentOptions3_Vtbl
#[repr(C)]pub struct IIsolatedWindowsEnvironmentOptions3_Vtbl {
pub base__: IInspectable_Vtbl,
pub AllowedClipboardFormatsToEnvironment: unsafe extern "system" fn(_: *mut c_void, _: *mut IsolatedWindowsEnvironmentAllowedClipboardFormats) -> HRESULT,
pub SetAllowedClipboardFormatsToEnvironment: unsafe extern "system" fn(_: *mut c_void, _: IsolatedWindowsEnvironmentAllowedClipboardFormats) -> HRESULT,
pub AllowedClipboardFormatsToHost: unsafe extern "system" fn(_: *mut c_void, _: *mut IsolatedWindowsEnvironmentAllowedClipboardFormats) -> HRESULT,
pub SetAllowedClipboardFormatsToHost: unsafe extern "system" fn(_: *mut c_void, _: IsolatedWindowsEnvironmentAllowedClipboardFormats) -> HRESULT,
pub CreationPriority: unsafe extern "system" fn(_: *mut c_void, _: *mut IsolatedWindowsEnvironmentCreationPriority) -> HRESULT,
pub SetCreationPriority: unsafe extern "system" fn(_: *mut c_void, _: IsolatedWindowsEnvironmentCreationPriority) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§AllowedClipboardFormatsToEnvironment: unsafe extern "system" fn(_: *mut c_void, _: *mut IsolatedWindowsEnvironmentAllowedClipboardFormats) -> HRESULT
§SetAllowedClipboardFormatsToEnvironment: unsafe extern "system" fn(_: *mut c_void, _: IsolatedWindowsEnvironmentAllowedClipboardFormats) -> HRESULT
§AllowedClipboardFormatsToHost: unsafe extern "system" fn(_: *mut c_void, _: *mut IsolatedWindowsEnvironmentAllowedClipboardFormats) -> HRESULT
§SetAllowedClipboardFormatsToHost: unsafe extern "system" fn(_: *mut c_void, _: IsolatedWindowsEnvironmentAllowedClipboardFormats) -> HRESULT
§CreationPriority: unsafe extern "system" fn(_: *mut c_void, _: *mut IsolatedWindowsEnvironmentCreationPriority) -> HRESULT
§SetCreationPriority: unsafe extern "system" fn(_: *mut c_void, _: IsolatedWindowsEnvironmentCreationPriority) -> HRESULT
Auto Trait Implementations§
impl Freeze for IIsolatedWindowsEnvironmentOptions3_Vtbl
impl RefUnwindSafe for IIsolatedWindowsEnvironmentOptions3_Vtbl
impl Send for IIsolatedWindowsEnvironmentOptions3_Vtbl
impl Sync for IIsolatedWindowsEnvironmentOptions3_Vtbl
impl Unpin for IIsolatedWindowsEnvironmentOptions3_Vtbl
impl UnwindSafe for IIsolatedWindowsEnvironmentOptions3_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