#[repr(transparent)]pub struct ButtonMenuItemType(pub c_uchar);Expand description
Type of button. Difference in drawing buttons.
Tuple Fields§
§0: c_ucharTrait 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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ButtonMenuItemType
Source§impl Debug for ButtonMenuItemType
impl Debug for ButtonMenuItemType
impl Eq for ButtonMenuItemType
Source§impl Hash for ButtonMenuItemType
impl Hash for ButtonMenuItemType
Source§impl PartialEq for ButtonMenuItemType
impl PartialEq for ButtonMenuItemType
Source§fn eq(&self, other: &ButtonMenuItemType) -> bool
fn eq(&self, other: &ButtonMenuItemType) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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