pub struct ColorFrameArrivedEventArgs { /* private fields */ }Implementations§
Source§impl ColorFrameArrivedEventArgs
impl ColorFrameArrivedEventArgs
pub fn get_frame_reference(&self) -> Result<ColorFrameReference, Error>
Trait Implementations§
Source§impl Clone for ColorFrameArrivedEventArgs
impl Clone for ColorFrameArrivedEventArgs
Source§fn clone(&self) -> ColorFrameArrivedEventArgs
fn clone(&self) -> ColorFrameArrivedEventArgs
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 ColorFrameArrivedEventArgs
impl Debug for ColorFrameArrivedEventArgs
Auto Trait Implementations§
impl Freeze for ColorFrameArrivedEventArgs
impl RefUnwindSafe for ColorFrameArrivedEventArgs
impl !Send for ColorFrameArrivedEventArgs
impl !Sync for ColorFrameArrivedEventArgs
impl Unpin for ColorFrameArrivedEventArgs
impl UnwindSafe for ColorFrameArrivedEventArgs
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