#[repr(C)]pub struct INoMarshal {
pub lpVtbl: *const INoMarshalVtbl,
}
Fields§
§lpVtbl: *const INoMarshalVtbl
Trait Implementations§
Source§impl Deref for INoMarshal
impl Deref for INoMarshal
Auto Trait Implementations§
impl Freeze for INoMarshal
impl RefUnwindSafe for INoMarshal
impl !Send for INoMarshal
impl !Sync for INoMarshal
impl Unpin for INoMarshal
impl UnwindSafe for INoMarshal
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