Struct NAV_MENUBUTTONSTATES
#[repr(transparent)]pub struct NAV_MENUBUTTONSTATES(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for NAV_MENUBUTTONSTATES
impl Clone for NAV_MENUBUTTONSTATES
§fn clone(&self) -> NAV_MENUBUTTONSTATES
fn clone(&self) -> NAV_MENUBUTTONSTATES
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for NAV_MENUBUTTONSTATES
impl Debug for NAV_MENUBUTTONSTATES
§impl Default for NAV_MENUBUTTONSTATES
impl Default for NAV_MENUBUTTONSTATES
§fn default() -> NAV_MENUBUTTONSTATES
fn default() -> NAV_MENUBUTTONSTATES
Returns the “default value” for a type. Read more
§impl PartialEq for NAV_MENUBUTTONSTATES
impl PartialEq for NAV_MENUBUTTONSTATES
impl Copy for NAV_MENUBUTTONSTATES
impl Eq for NAV_MENUBUTTONSTATES
impl StructuralPartialEq for NAV_MENUBUTTONSTATES
Auto Trait Implementations§
impl Freeze for NAV_MENUBUTTONSTATES
impl RefUnwindSafe for NAV_MENUBUTTONSTATES
impl Send for NAV_MENUBUTTONSTATES
impl Sync for NAV_MENUBUTTONSTATES
impl Unpin for NAV_MENUBUTTONSTATES
impl UnwindSafe for NAV_MENUBUTTONSTATES
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more