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