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