Struct windows_sys::Media::Capture::GameBarCommandOrigin
[−]#[repr(transparent)]pub struct GameBarCommandOrigin(pub i32);
Expand description
Required features: "Media_Capture"
Tuple Fields
0: i32
Implementations
impl GameBarCommandOrigin
impl GameBarCommandOrigin
pub const ShortcutKey: Self = Self(0i32)
pub const Cortana: Self = Self(1i32)
pub const AppCommand: Self = Self(2i32)
Trait Implementations
impl Clone for GameBarCommandOrigin
impl Clone for GameBarCommandOrigin
impl Copy for GameBarCommandOrigin
Auto Trait Implementations
impl RefUnwindSafe for GameBarCommandOrigin
impl Send for GameBarCommandOrigin
impl Sync for GameBarCommandOrigin
impl Unpin for GameBarCommandOrigin
impl UnwindSafe for GameBarCommandOrigin
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