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