#[repr(transparent)]pub struct AppRecordingSaveScreenshotOption(pub i32);
Expand description
Required features: ‘Media_AppRecording’
Tuple Fields
0: i32
Implementations
impl AppRecordingSaveScreenshotOption
impl AppRecordingSaveScreenshotOption
pub const None: Self
pub const HdrContentVisible: Self
Trait Implementations
impl Clone for AppRecordingSaveScreenshotOption
impl Clone for AppRecordingSaveScreenshotOption
impl Copy for AppRecordingSaveScreenshotOption
Auto Trait Implementations
impl RefUnwindSafe for AppRecordingSaveScreenshotOption
impl Send for AppRecordingSaveScreenshotOption
impl Sync for AppRecordingSaveScreenshotOption
impl Unpin for AppRecordingSaveScreenshotOption
impl UnwindSafe for AppRecordingSaveScreenshotOption
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more