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