#[repr(u32)]pub enum gfx_console_led_t {
Gfx_Console_Led_None = 0,
Gfx_Console_Led_Caps = 1,
Gfx_Console_Led_Num = 2,
Gfx_Console_Led_Scroll = 4,
}
Expand description
Keyboard LED status bitmask.
Variants§
Gfx_Console_Led_None = 0
Gfx_Console_Led_Caps = 1
Gfx_Console_Led_Num = 2
Gfx_Console_Led_Scroll = 4
Trait Implementations§
source§impl Clone for gfx_console_led_t
impl Clone for gfx_console_led_t
source§fn clone(&self) -> gfx_console_led_t
fn clone(&self) -> gfx_console_led_t
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 moresource§impl Debug for gfx_console_led_t
impl Debug for gfx_console_led_t
source§impl Hash for gfx_console_led_t
impl Hash for gfx_console_led_t
source§impl Ord for gfx_console_led_t
impl Ord for gfx_console_led_t
source§fn cmp(&self, other: &gfx_console_led_t) -> Ordering
fn cmp(&self, other: &gfx_console_led_t) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for gfx_console_led_t
impl PartialEq for gfx_console_led_t
source§impl PartialOrd for gfx_console_led_t
impl PartialOrd for gfx_console_led_t
impl Copy for gfx_console_led_t
impl Eq for gfx_console_led_t
impl StructuralPartialEq for gfx_console_led_t
Auto Trait Implementations§
impl Freeze for gfx_console_led_t
impl RefUnwindSafe for gfx_console_led_t
impl Send for gfx_console_led_t
impl Sync for gfx_console_led_t
impl Unpin for gfx_console_led_t
impl UnwindSafe for gfx_console_led_t
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)