Struct windows::Win32::Storage::Imapi::IStreamConcatenate_Vtbl
#[repr(C)]pub struct IStreamConcatenate_Vtbl {
pub base__: IStream_Vtbl,
pub Initialize: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub Initialize2: unsafe extern "system" fn(_: *mut c_void, _: *const *mut c_void, _: u32) -> HRESULT,
pub Append: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Append2: unsafe extern "system" fn(_: *mut c_void, _: *const *mut c_void, _: u32) -> HRESULT,
}
Fields§
§base__: IStream_Vtbl
§Initialize: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§Initialize2: unsafe extern "system" fn(_: *mut c_void, _: *const *mut c_void, _: u32) -> HRESULT
§Append: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Append2: unsafe extern "system" fn(_: *mut c_void, _: *const *mut c_void, _: u32) -> HRESULT
Implementations§
§impl IStreamConcatenate_Vtbl
impl IStreamConcatenate_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IStreamConcatenate_Vtblwhere
Identity: IStreamConcatenate_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IStreamConcatenate_Vtbl
impl RefUnwindSafe for IStreamConcatenate_Vtbl
impl Send for IStreamConcatenate_Vtbl
impl Sync for IStreamConcatenate_Vtbl
impl Unpin for IStreamConcatenate_Vtbl
impl UnwindSafe for IStreamConcatenate_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