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§
Source§impl Drop for DepthFrameReference
impl Drop for DepthFrameReference
Auto Trait Implementations§
impl !Send for DepthFrameReference
impl !Sync for DepthFrameReference
impl Freeze for DepthFrameReference
impl RefUnwindSafe for DepthFrameReference
impl Unpin for DepthFrameReference
impl UnsafeUnpin 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