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