Struct windows::Win32::Storage::Imapi::IBootOptions_Vtbl
#[repr(C)]pub struct IBootOptions_Vtbl {
pub base__: IDispatch_Vtbl,
pub BootImage: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Manufacturer: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub SetManufacturer: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT,
pub PlatformId: unsafe extern "system" fn(_: *mut c_void, _: *mut PlatformId) -> HRESULT,
pub SetPlatformId: unsafe extern "system" fn(_: *mut c_void, _: PlatformId) -> HRESULT,
pub Emulation: unsafe extern "system" fn(_: *mut c_void, _: *mut EmulationType) -> HRESULT,
pub SetEmulation: unsafe extern "system" fn(_: *mut c_void, _: EmulationType) -> HRESULT,
pub ImageSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub AssignBootImage: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§BootImage: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Manufacturer: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§SetManufacturer: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT
§PlatformId: unsafe extern "system" fn(_: *mut c_void, _: *mut PlatformId) -> HRESULT
§SetPlatformId: unsafe extern "system" fn(_: *mut c_void, _: PlatformId) -> HRESULT
§Emulation: unsafe extern "system" fn(_: *mut c_void, _: *mut EmulationType) -> HRESULT
§SetEmulation: unsafe extern "system" fn(_: *mut c_void, _: EmulationType) -> HRESULT
§ImageSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§AssignBootImage: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl IBootOptions_Vtbl
impl IBootOptions_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IBootOptions_Vtblwhere
Identity: IBootOptions_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IBootOptions_Vtbl
impl RefUnwindSafe for IBootOptions_Vtbl
impl Send for IBootOptions_Vtbl
impl Sync for IBootOptions_Vtbl
impl Unpin for IBootOptions_Vtbl
impl UnwindSafe for IBootOptions_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