#[repr(C)]pub enum ButtonmatrixCtrl {
Hidden = 16,
NoRepeat = 32,
Disabled = 64,
Checkable = 128,
Checked = 256,
ClickTrig = 512,
Popover = 1_024,
Reserved1 = 2_048,
Reserved2 = 4_096,
Reserved3 = 8_192,
Custom1 = 16_384,
Custom2 = 32_768,
}Variants§
Hidden = 16
NoRepeat = 32
Disabled = 64
Checkable = 128
Checked = 256
ClickTrig = 512
Popover = 1_024
Reserved1 = 2_048
Reserved2 = 4_096
Reserved3 = 8_192
Custom1 = 16_384
Custom2 = 32_768
Trait Implementations§
Source§impl Clone for ButtonmatrixCtrl
impl Clone for ButtonmatrixCtrl
Source§fn clone(&self) -> ButtonmatrixCtrl
fn clone(&self) -> ButtonmatrixCtrl
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 ButtonmatrixCtrl
impl Debug for ButtonmatrixCtrl
Source§impl PartialEq for ButtonmatrixCtrl
impl PartialEq for ButtonmatrixCtrl
impl Copy for ButtonmatrixCtrl
impl Eq for ButtonmatrixCtrl
impl StructuralPartialEq for ButtonmatrixCtrl
Auto Trait Implementations§
impl Freeze for ButtonmatrixCtrl
impl RefUnwindSafe for ButtonmatrixCtrl
impl Send for ButtonmatrixCtrl
impl Sync for ButtonmatrixCtrl
impl Unpin for ButtonmatrixCtrl
impl UnwindSafe for ButtonmatrixCtrl
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