#[repr(transparent)]pub struct NSSharingContentScope(pub NSInteger);
Available on crate feature
NSSharingService
only.Expand description
Use the sharing scope to specify the nature of the things you are sharing.
The sharing scope can be modified from the default value of NSSharingContentScopeItem by setting a different value in the out parameter in sharingService:sourceWindowForShareItems:sharingContentScope:.
See also Apple’s documentation
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl NSSharingContentScope
impl NSSharingContentScope
Trait Implementations§
Source§impl Clone for NSSharingContentScope
impl Clone for NSSharingContentScope
Source§fn clone(&self) -> NSSharingContentScope
fn clone(&self) -> NSSharingContentScope
Returns a duplicate 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 NSSharingContentScope
impl Debug for NSSharingContentScope
Source§impl Encode for NSSharingContentScope
impl Encode for NSSharingContentScope
Source§impl Hash for NSSharingContentScope
impl Hash for NSSharingContentScope
Source§impl Ord for NSSharingContentScope
impl Ord for NSSharingContentScope
Source§fn cmp(&self, other: &NSSharingContentScope) -> Ordering
fn cmp(&self, other: &NSSharingContentScope) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for NSSharingContentScope
impl PartialEq for NSSharingContentScope
Source§impl PartialOrd for NSSharingContentScope
impl PartialOrd for NSSharingContentScope
Source§impl RefEncode for NSSharingContentScope
impl RefEncode for NSSharingContentScope
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for NSSharingContentScope
impl Eq for NSSharingContentScope
impl StructuralPartialEq for NSSharingContentScope
Auto Trait Implementations§
impl Freeze for NSSharingContentScope
impl RefUnwindSafe for NSSharingContentScope
impl Send for NSSharingContentScope
impl Sync for NSSharingContentScope
impl Unpin for NSSharingContentScope
impl UnwindSafe for NSSharingContentScope
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§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.