pub struct FrameCapturedEventArgs { /* private fields */ }Implementations§
Source§impl FrameCapturedEventArgs
impl FrameCapturedEventArgs
pub fn get_frame_type(&self) -> Result<FrameSourceTypes, Error>
pub fn get_frame_status(&self) -> Result<FrameCapturedStatus, Error>
pub fn get_relative_time(&self) -> Result<TIMESPAN, Error>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FrameCapturedEventArgs
impl RefUnwindSafe for FrameCapturedEventArgs
impl !Send for FrameCapturedEventArgs
impl !Sync for FrameCapturedEventArgs
impl Unpin for FrameCapturedEventArgs
impl UnwindSafe for FrameCapturedEventArgs
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