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