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