#[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 = Self(0i32)
pub const HdrContentVisible: Self = Self(1i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more