Struct windows::Win32::Storage::Imapi::IFileSystemImage2_Vtbl
#[repr(C)]pub struct IFileSystemImage2_Vtbl {
pub base__: IFileSystemImage_Vtbl,
pub BootImageOptionsArray: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub SetBootImageOptionsArray: unsafe extern "system" fn(_: *mut c_void, _: *const SAFEARRAY) -> HRESULT,
}
Fields§
§base__: IFileSystemImage_Vtbl
§BootImageOptionsArray: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT
§SetBootImageOptionsArray: unsafe extern "system" fn(_: *mut c_void, _: *const SAFEARRAY) -> HRESULT
Implementations§
§impl IFileSystemImage2_Vtbl
impl IFileSystemImage2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IFileSystemImage2_Vtblwhere
Identity: IFileSystemImage2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFileSystemImage2_Vtbl
impl RefUnwindSafe for IFileSystemImage2_Vtbl
impl Send for IFileSystemImage2_Vtbl
impl Sync for IFileSystemImage2_Vtbl
impl Unpin for IFileSystemImage2_Vtbl
impl UnwindSafe for IFileSystemImage2_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