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