Struct r_efi::protocols::hii_database::KeyDescriptor
source · #[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,
}Fields§
§key: Key§unicode: Char16§shifted_unicode: Char16§alt_gr_unicode: Char16§shifted_alt_gr_unicode: Char16§modifier: u16§affected_attribute: u16Trait Implementations§
source§impl Clone for KeyDescriptor
impl Clone for KeyDescriptor
source§fn clone(&self) -> KeyDescriptor
fn clone(&self) -> KeyDescriptor
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 KeyDescriptor
impl Debug for KeyDescriptor
impl Copy for KeyDescriptor
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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)