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