#[repr(C)]pub struct IMarshal {
pub lpVtbl: *mut IMarshalVtbl,
}Fields§
§lpVtbl: *mut IMarshalVtblTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for IMarshal
impl !Send for IMarshal
impl !Sync for IMarshal
impl Unpin for IMarshal
impl UnwindSafe for IMarshal
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