Struct screen_capture_kit::stream::SCStreamOutputType
source · #[repr(transparent)]pub struct SCStreamOutputType(pub NSInteger);Tuple Fields§
§0: NSIntegerImplementations§
Trait Implementations§
source§impl Clone for SCStreamOutputType
impl Clone for SCStreamOutputType
source§fn clone(&self) -> SCStreamOutputType
fn clone(&self) -> SCStreamOutputType
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 SCStreamOutputType
impl Debug for SCStreamOutputType
source§impl Encode for SCStreamOutputType
impl Encode for SCStreamOutputType
source§impl PartialEq for SCStreamOutputType
impl PartialEq for SCStreamOutputType
impl Copy for SCStreamOutputType
impl Eq for SCStreamOutputType
impl StructuralPartialEq for SCStreamOutputType
Auto Trait Implementations§
impl Freeze for SCStreamOutputType
impl RefUnwindSafe for SCStreamOutputType
impl Send for SCStreamOutputType
impl Sync for SCStreamOutputType
impl Unpin for SCStreamOutputType
impl UnwindSafe for SCStreamOutputType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.