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