#[repr(C)]pub struct IMarshalingStream_Vtbl {
pub base__: IStream_Vtbl,
pub GetMarshalingContextAttribute: unsafe extern "system" fn(_: *mut c_void, _: CO_MARSHALING_CONTEXT_ATTRIBUTES, _: *mut usize) -> HRESULT,
}
Fields§
§base__: IStream_Vtbl
§GetMarshalingContextAttribute: unsafe extern "system" fn(_: *mut c_void, _: CO_MARSHALING_CONTEXT_ATTRIBUTES, _: *mut usize) -> HRESULT
Implementations§
§impl IMarshalingStream_Vtbl
impl IMarshalingStream_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMarshalingStream_Vtblwhere
Identity: IMarshalingStream_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMarshalingStream_Vtbl
impl RefUnwindSafe for IMarshalingStream_Vtbl
impl Send for IMarshalingStream_Vtbl
impl Sync for IMarshalingStream_Vtbl
impl Unpin for IMarshalingStream_Vtbl
impl UnwindSafe for IMarshalingStream_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