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