#[repr(i32)]pub enum SCShareableContentStyle {
None = 0,
Window = 1,
Display = 2,
Application = 3,
}Expand description
Content style for filters (macOS 14.0+)
Variants§
None = 0
No specific content type
Window = 1
Window-based content
Display = 2
Display-based content
Application = 3
Application-based content
Trait Implementations§
Source§fn clone(&self) -> SCShareableContentStyle
fn clone(&self) -> SCShareableContentStyle
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§fn default() -> SCShareableContentStyle
fn default() -> SCShareableContentStyle
Returns the “default value” for a type. Read more
Auto Trait Implementations§
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