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