Struct windows_sys::UI::Xaml::Input::StandardUICommandKind
[−]#[repr(transparent)]pub struct StandardUICommandKind(pub i32);
Expand description
Required features: "UI_Xaml_Input"
Tuple Fields
0: i32
Implementations
impl StandardUICommandKind
impl StandardUICommandKind
pub const None: Self = Self(0i32)
pub const Cut: Self = Self(1i32)
pub const Copy: Self = Self(2i32)
pub const Paste: Self = Self(3i32)
pub const SelectAll: Self = Self(4i32)
pub const Delete: Self = Self(5i32)
pub const Save: Self = Self(7i32)
pub const Open: Self = Self(8i32)
pub const Close: Self = Self(9i32)
pub const Pause: Self = Self(10i32)
pub const Play: Self = Self(11i32)
pub const Stop: Self = Self(12i32)
pub const Forward: Self = Self(13i32)
pub const Backward: Self = Self(14i32)
pub const Undo: Self = Self(15i32)
pub const Redo: Self = Self(16i32)
Trait Implementations
impl Clone for StandardUICommandKind
impl Clone for StandardUICommandKind
impl Copy for StandardUICommandKind
Auto Trait Implementations
impl RefUnwindSafe for StandardUICommandKind
impl Send for StandardUICommandKind
impl Sync for StandardUICommandKind
impl Unpin for StandardUICommandKind
impl UnwindSafe for StandardUICommandKind
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