pub struct SCContentSharingPickerConfiguration { /* private fields */ }Expand description
Configuration for the content sharing picker
Implementations§
Source§impl SCContentSharingPickerConfiguration
impl SCContentSharingPickerConfiguration
pub fn new() -> Self
Sourcepub fn set_allowed_picker_modes(&mut self, modes: &[SCContentSharingPickerMode])
pub fn set_allowed_picker_modes(&mut self, modes: &[SCContentSharingPickerMode])
Set allowed picker modes
pub const fn as_ptr(&self) -> *const c_void
Trait Implementations§
impl Send for SCContentSharingPickerConfiguration
impl Sync for SCContentSharingPickerConfiguration
Auto Trait Implementations§
impl Freeze for SCContentSharingPickerConfiguration
impl RefUnwindSafe for SCContentSharingPickerConfiguration
impl Unpin for SCContentSharingPickerConfiguration
impl UnwindSafe for SCContentSharingPickerConfiguration
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