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