#[repr(transparent)]pub struct RadialControllerSystemMenuItemKind(pub i32);
Expand description
Required features: "UI_Input"
Tuple Fields
0: i32
Implementations
impl RadialControllerSystemMenuItemKind
impl RadialControllerSystemMenuItemKind
pub const Scroll: Self = Self(0i32)
pub const Zoom: Self = Self(1i32)
pub const UndoRedo: Self = Self(2i32)
pub const Volume: Self = Self(3i32)
pub const NextPreviousTrack: Self = Self(4i32)
Trait Implementations
impl Clone for RadialControllerSystemMenuItemKind
impl Clone for RadialControllerSystemMenuItemKind
impl Copy for RadialControllerSystemMenuItemKind
Auto Trait Implementations
impl RefUnwindSafe for RadialControllerSystemMenuItemKind
impl Send for RadialControllerSystemMenuItemKind
impl Sync for RadialControllerSystemMenuItemKind
impl Unpin for RadialControllerSystemMenuItemKind
impl UnwindSafe for RadialControllerSystemMenuItemKind
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