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