Struct windows::Storage::IFileIOStatics_Vtbl
#[repr(C)]pub struct IFileIOStatics_Vtbl {Show 16 fields
pub base__: IInspectable_Vtbl,
pub ReadTextAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ReadTextWithEncodingAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: UnicodeEncoding, _: *mut *mut c_void) -> HRESULT,
pub WriteTextAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut *mut c_void) -> HRESULT,
pub WriteTextWithEncodingAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: MaybeUninit<HSTRING>, _: UnicodeEncoding, _: *mut *mut c_void) -> HRESULT,
pub AppendTextAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut *mut c_void) -> HRESULT,
pub AppendTextWithEncodingAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: MaybeUninit<HSTRING>, _: UnicodeEncoding, _: *mut *mut c_void) -> HRESULT,
pub ReadLinesAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ReadLinesWithEncodingAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: UnicodeEncoding, _: *mut *mut c_void) -> HRESULT,
pub WriteLinesAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub WriteLinesWithEncodingAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: UnicodeEncoding, _: *mut *mut c_void) -> HRESULT,
pub AppendLinesAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub AppendLinesWithEncodingAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: UnicodeEncoding, _: *mut *mut c_void) -> HRESULT,
pub ReadBufferAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub WriteBufferAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub WriteBytesAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *const u8, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§ReadTextAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ReadTextWithEncodingAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: UnicodeEncoding, _: *mut *mut c_void) -> HRESULT
§WriteTextAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut *mut c_void) -> HRESULT
§WriteTextWithEncodingAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: MaybeUninit<HSTRING>, _: UnicodeEncoding, _: *mut *mut c_void) -> HRESULT
§AppendTextAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut *mut c_void) -> HRESULT
§AppendTextWithEncodingAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: MaybeUninit<HSTRING>, _: UnicodeEncoding, _: *mut *mut c_void) -> HRESULT
§ReadLinesAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ReadLinesWithEncodingAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: UnicodeEncoding, _: *mut *mut c_void) -> HRESULT
§WriteLinesAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§WriteLinesWithEncodingAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: UnicodeEncoding, _: *mut *mut c_void) -> HRESULT
§AppendLinesAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§AppendLinesWithEncodingAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: UnicodeEncoding, _: *mut *mut c_void) -> HRESULT
§ReadBufferAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§WriteBufferAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§WriteBytesAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *const u8, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IFileIOStatics_Vtbl
impl RefUnwindSafe for IFileIOStatics_Vtbl
impl Send for IFileIOStatics_Vtbl
impl Sync for IFileIOStatics_Vtbl
impl Unpin for IFileIOStatics_Vtbl
impl UnwindSafe for IFileIOStatics_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