#[repr(C)]pub struct KEYBOARD_EXTENDED_ATTRIBUTES {
pub Version: u8,
pub FormFactor: u8,
pub KeyType: u8,
pub PhysicalLayout: u8,
pub VendorSpecificPhysicalLayout: u8,
pub IETFLanguageTagIndex: u8,
pub ImplementedInputAssistControls: u8,
}
Fields§
§Version: u8
§FormFactor: u8
§KeyType: u8
§PhysicalLayout: u8
§VendorSpecificPhysicalLayout: u8
§IETFLanguageTagIndex: u8
§ImplementedInputAssistControls: u8
Trait Implementations§
Source§impl Abi for KEYBOARD_EXTENDED_ATTRIBUTES
impl Abi for KEYBOARD_EXTENDED_ATTRIBUTES
Source§type Abi = KEYBOARD_EXTENDED_ATTRIBUTES
type Abi = KEYBOARD_EXTENDED_ATTRIBUTES
The abi representation of the implementing type. Read more
type DefaultType = KEYBOARD_EXTENDED_ATTRIBUTES
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for KEYBOARD_EXTENDED_ATTRIBUTES
impl Clone for KEYBOARD_EXTENDED_ATTRIBUTES
Source§fn clone(&self) -> KEYBOARD_EXTENDED_ATTRIBUTES
fn clone(&self) -> KEYBOARD_EXTENDED_ATTRIBUTES
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 KEYBOARD_EXTENDED_ATTRIBUTES
impl Debug for KEYBOARD_EXTENDED_ATTRIBUTES
impl Copy for KEYBOARD_EXTENDED_ATTRIBUTES
impl Eq for KEYBOARD_EXTENDED_ATTRIBUTES
Auto Trait Implementations§
impl Freeze for KEYBOARD_EXTENDED_ATTRIBUTES
impl RefUnwindSafe for KEYBOARD_EXTENDED_ATTRIBUTES
impl Send for KEYBOARD_EXTENDED_ATTRIBUTES
impl Sync for KEYBOARD_EXTENDED_ATTRIBUTES
impl Unpin for KEYBOARD_EXTENDED_ATTRIBUTES
impl UnwindSafe for KEYBOARD_EXTENDED_ATTRIBUTES
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