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