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