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