#[repr(C)]pub struct IDStorageFile_Vtbl {
pub base__: IUnknown_Vtbl,
pub Close: unsafe extern "system" fn(*mut c_void),
pub GetFileInformation: unsafe extern "system" fn(*mut c_void, *mut BY_HANDLE_FILE_INFORMATION) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§Close: unsafe extern "system" fn(*mut c_void)§GetFileInformation: unsafe extern "system" fn(*mut c_void, *mut BY_HANDLE_FILE_INFORMATION) -> HRESULTImplementations§
Auto Trait Implementations§
impl Freeze for IDStorageFile_Vtbl
impl RefUnwindSafe for IDStorageFile_Vtbl
impl Send for IDStorageFile_Vtbl
impl Sync for IDStorageFile_Vtbl
impl Unpin for IDStorageFile_Vtbl
impl UnwindSafe for IDStorageFile_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