Struct IPreviewBuildsManager_Vtbl
#[repr(C)]pub struct IPreviewBuildsManager_Vtbl {
pub base__: IInspectable_Vtbl,
pub ArePreviewBuildsAllowed: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetArePreviewBuildsAllowed: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub GetCurrentState: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SyncAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§ArePreviewBuildsAllowed: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetArePreviewBuildsAllowed: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§GetCurrentState: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SyncAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IPreviewBuildsManager_Vtbl
impl RefUnwindSafe for IPreviewBuildsManager_Vtbl
impl Send for IPreviewBuildsManager_Vtbl
impl Sync for IPreviewBuildsManager_Vtbl
impl Unpin for IPreviewBuildsManager_Vtbl
impl UnwindSafe for IPreviewBuildsManager_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