pub struct LongExposureInfraredFrameReference { /* private fields */ }Implementations§
Source§impl LongExposureInfraredFrameReference
impl LongExposureInfraredFrameReference
pub fn acquire_frame(&self) -> Result<LongExposureInfraredFrame, Error>
pub fn get_relative_time(&self) -> Result<TIMESPAN, Error>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LongExposureInfraredFrameReference
impl RefUnwindSafe for LongExposureInfraredFrameReference
impl !Send for LongExposureInfraredFrameReference
impl !Sync for LongExposureInfraredFrameReference
impl Unpin for LongExposureInfraredFrameReference
impl UnwindSafe for LongExposureInfraredFrameReference
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