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