pub struct SCScreenshotOutput { /* private fields */ }Expand description
Output from advanced screenshot capture (macOS 26.0+)
Contains SDR and/or HDR images depending on the configuration, and optionally the file URL where the image was saved.
Implementations§
Trait Implementations§
Source§impl Debug for SCScreenshotOutput
Available on crate feature macos_26_0 only.
impl Debug for SCScreenshotOutput
Available on crate feature
macos_26_0 only.Source§impl Drop for SCScreenshotOutput
Available on crate feature macos_26_0 only.
impl Drop for SCScreenshotOutput
Available on crate feature
macos_26_0 only.impl Send for SCScreenshotOutput
Available on crate feature
macos_26_0 only.impl Sync for SCScreenshotOutput
Available on crate feature
macos_26_0 only.Auto Trait Implementations§
impl Freeze for SCScreenshotOutput
impl RefUnwindSafe for SCScreenshotOutput
impl Unpin for SCScreenshotOutput
impl UnwindSafe for SCScreenshotOutput
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