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