#[repr(i32)]pub enum SCScreenshotDisplayIntent {
Canonical = 0,
Local = 1,
}Expand description
Display intent for screenshot rendering (macOS 26.0+)
Variants§
Trait Implementations§
Source§impl Clone for SCScreenshotDisplayIntent
impl Clone for SCScreenshotDisplayIntent
Source§fn clone(&self) -> SCScreenshotDisplayIntent
fn clone(&self) -> SCScreenshotDisplayIntent
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 SCScreenshotDisplayIntent
impl Debug for SCScreenshotDisplayIntent
Source§impl Default for SCScreenshotDisplayIntent
impl Default for SCScreenshotDisplayIntent
Source§fn default() -> SCScreenshotDisplayIntent
fn default() -> SCScreenshotDisplayIntent
Returns the “default value” for a type. Read more
Source§impl Hash for SCScreenshotDisplayIntent
impl Hash for SCScreenshotDisplayIntent
impl Copy for SCScreenshotDisplayIntent
impl Eq for SCScreenshotDisplayIntent
impl StructuralPartialEq for SCScreenshotDisplayIntent
Auto Trait Implementations§
impl Freeze for SCScreenshotDisplayIntent
impl RefUnwindSafe for SCScreenshotDisplayIntent
impl Send for SCScreenshotDisplayIntent
impl Sync for SCScreenshotDisplayIntent
impl Unpin for SCScreenshotDisplayIntent
impl UnwindSafe for SCScreenshotDisplayIntent
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