#[repr(transparent)]pub struct ButtonMenuItemType(pub c_uchar);
Expand description
Type of button. Difference in drawing buttons.
Tuple Fields§
§0: c_uchar
Trait Implementations§
Source§impl Clone for ButtonMenuItemType
impl Clone for ButtonMenuItemType
Source§fn clone(&self) -> ButtonMenuItemType
fn clone(&self) -> ButtonMenuItemType
Returns a duplicate 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 moreSource§impl Debug for ButtonMenuItemType
impl Debug for ButtonMenuItemType
Source§impl Hash for ButtonMenuItemType
impl Hash for ButtonMenuItemType
Source§impl PartialEq for ButtonMenuItemType
impl PartialEq for ButtonMenuItemType
impl Copy for ButtonMenuItemType
impl Eq for ButtonMenuItemType
impl StructuralPartialEq for ButtonMenuItemType
Auto Trait Implementations§
impl Freeze for ButtonMenuItemType
impl RefUnwindSafe for ButtonMenuItemType
impl Send for ButtonMenuItemType
impl Sync for ButtonMenuItemType
impl Unpin for ButtonMenuItemType
impl UnwindSafe for ButtonMenuItemType
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