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