pub struct SCContentSharingPicker;Expand description
System UI for selecting content to share
Available on macOS 14.0+
Implementations§
Source§impl SCContentSharingPicker
impl SCContentSharingPicker
Sourcepub fn show(
config: &SCContentSharingPickerConfiguration,
) -> SCContentSharingPickerResult
pub fn show( config: &SCContentSharingPickerConfiguration, ) -> SCContentSharingPickerResult
Auto Trait Implementations§
impl Freeze for SCContentSharingPicker
impl RefUnwindSafe for SCContentSharingPicker
impl Send for SCContentSharingPicker
impl Sync for SCContentSharingPicker
impl Unpin for SCContentSharingPicker
impl UnwindSafe for SCContentSharingPicker
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