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