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