Struct screen_capture_kit::stream::SCFrameStatus
source · #[repr(transparent)]pub struct SCFrameStatus(pub NSInteger);Tuple Fields§
§0: NSIntegerImplementations§
Trait Implementations§
source§impl Clone for SCFrameStatus
impl Clone for SCFrameStatus
source§fn clone(&self) -> SCFrameStatus
fn clone(&self) -> SCFrameStatus
Returns a copy 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 SCFrameStatus
impl Debug for SCFrameStatus
source§impl PartialEq for SCFrameStatus
impl PartialEq for SCFrameStatus
source§fn eq(&self, other: &SCFrameStatus) -> bool
fn eq(&self, other: &SCFrameStatus) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for SCFrameStatus
impl Eq for SCFrameStatus
impl StructuralPartialEq for SCFrameStatus
Auto Trait Implementations§
impl Freeze for SCFrameStatus
impl RefUnwindSafe for SCFrameStatus
impl Send for SCFrameStatus
impl Sync for SCFrameStatus
impl Unpin for SCFrameStatus
impl UnwindSafe for SCFrameStatus
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