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