Struct windows::Win32::System::Com::StructuredStorage::ILockBytes_Vtbl
#[repr(C)]pub struct ILockBytes_Vtbl {
pub base__: IUnknown_Vtbl,
pub ReadAt: unsafe extern "system" fn(_: *mut c_void, _: u64, _: *mut c_void, _: u32, _: *mut u32) -> HRESULT,
pub WriteAt: unsafe extern "system" fn(_: *mut c_void, _: u64, _: *const c_void, _: u32, _: *mut u32) -> HRESULT,
pub Flush: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SetSize: unsafe extern "system" fn(_: *mut c_void, _: u64) -> HRESULT,
pub LockRegion: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u64, _: u32) -> HRESULT,
pub UnlockRegion: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u64, _: u32) -> HRESULT,
pub Stat: unsafe extern "system" fn(_: *mut c_void, _: *mut STATSTG, _: u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§ReadAt: unsafe extern "system" fn(_: *mut c_void, _: u64, _: *mut c_void, _: u32, _: *mut u32) -> HRESULT
§WriteAt: unsafe extern "system" fn(_: *mut c_void, _: u64, _: *const c_void, _: u32, _: *mut u32) -> HRESULT
§Flush: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§SetSize: unsafe extern "system" fn(_: *mut c_void, _: u64) -> HRESULT
§LockRegion: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u64, _: u32) -> HRESULT
§UnlockRegion: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u64, _: u32) -> HRESULT
§Stat: unsafe extern "system" fn(_: *mut c_void, _: *mut STATSTG, _: u32) -> HRESULT
Implementations§
§impl ILockBytes_Vtbl
impl ILockBytes_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ILockBytes_Vtblwhere
Identity: ILockBytes_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ILockBytes_Vtbl
impl RefUnwindSafe for ILockBytes_Vtbl
impl Send for ILockBytes_Vtbl
impl Sync for ILockBytes_Vtbl
impl Unpin for ILockBytes_Vtbl
impl UnwindSafe for ILockBytes_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