pub struct LongExposureInfraredFrame { /* private fields */ }Implementations§
Source§impl LongExposureInfraredFrame
impl LongExposureInfraredFrame
pub fn copy_frame_data_to_array( &self, frame_data: &mut [u16], ) -> Result<(), Error>
pub fn access_underlying_buffer(&self) -> Result<&[u16], Error>
pub fn get_relative_time(&self) -> Result<TIMESPAN, Error>
pub fn get_frame_description(&self) -> Result<FrameDescription, Error>
pub fn get_long_exposure_infrared_frame_source( &self, ) -> Result<LongExposureInfraredFrameSource, Error>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LongExposureInfraredFrame
impl RefUnwindSafe for LongExposureInfraredFrame
impl !Send for LongExposureInfraredFrame
impl !Sync for LongExposureInfraredFrame
impl Unpin for LongExposureInfraredFrame
impl UnwindSafe for LongExposureInfraredFrame
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