pub struct ColorFrameReference { /* private fields */ }Implementations§
Source§impl ColorFrameReference
impl ColorFrameReference
pub fn acquire_frame(&self) -> Result<ColorFrame, Error>
pub fn get_relative_time(&self) -> Result<TIMESPAN, Error>
Trait Implementations§
Source§impl Clone for ColorFrameReference
impl Clone for ColorFrameReference
Source§fn clone(&self) -> ColorFrameReference
fn clone(&self) -> ColorFrameReference
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ColorFrameReference
impl Debug for ColorFrameReference
Auto Trait Implementations§
impl Freeze for ColorFrameReference
impl RefUnwindSafe for ColorFrameReference
impl !Send for ColorFrameReference
impl !Sync for ColorFrameReference
impl Unpin for ColorFrameReference
impl UnwindSafe for ColorFrameReference
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