pub struct SCRecordingOutput { /* private fields */ }Expand description
Recording output for direct video file encoding
Available on macOS 15.0+
Implementations§
Trait Implementations§
Source§impl Clone for SCRecordingOutput
impl Clone for SCRecordingOutput
Source§impl Drop for SCRecordingOutput
impl Drop for SCRecordingOutput
impl Send for SCRecordingOutput
impl Sync for SCRecordingOutput
Auto Trait Implementations§
impl Freeze for SCRecordingOutput
impl RefUnwindSafe for SCRecordingOutput
impl Unpin for SCRecordingOutput
impl UnwindSafe for SCRecordingOutput
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