#[repr(C)]pub struct KeyDescriptor {
pub key: Key,
pub unicode: Char16,
pub shifted_unicode: Char16,
pub alt_gr_unicode: Char16,
pub shifted_alt_gr_unicode: Char16,
pub modifier: u16,
pub affected_attribute: u16,
}
Expand description
EFI_KEY_DESCRIPTOR
Fields§
§key: Key
§unicode: Char16
§shifted_unicode: Char16
§alt_gr_unicode: Char16
§shifted_alt_gr_unicode: Char16
§modifier: u16
§affected_attribute: u16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeyDescriptor
impl RefUnwindSafe for KeyDescriptor
impl Send for KeyDescriptor
impl Sync for KeyDescriptor
impl Unpin for KeyDescriptor
impl UnwindSafe for KeyDescriptor
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