#[repr(transparent)]pub struct ForegroundActivationArgument(pub i32);
Expand description
Required features: "Media_Capture"
Tuple Fields
0: i32
Implementations
impl ForegroundActivationArgument
impl ForegroundActivationArgument
pub const SignInRequired: Self = Self(0i32)
pub const MoreSettings: Self = Self(1i32)
Trait Implementations
impl Clone for ForegroundActivationArgument
impl Clone for ForegroundActivationArgument
impl Copy for ForegroundActivationArgument
Auto Trait Implementations
impl RefUnwindSafe for ForegroundActivationArgument
impl Send for ForegroundActivationArgument
impl Sync for ForegroundActivationArgument
impl Unpin for ForegroundActivationArgument
impl UnwindSafe for ForegroundActivationArgument
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