#[repr(C)]pub struct KEYBOARD_INDICATOR_PARAMETERS {
pub UnitId: u16,
pub LedFlags: u16,
}
Fields§
§UnitId: u16
§LedFlags: u16
Trait Implementations§
Source§impl Abi for KEYBOARD_INDICATOR_PARAMETERS
impl Abi for KEYBOARD_INDICATOR_PARAMETERS
Source§type Abi = KEYBOARD_INDICATOR_PARAMETERS
type Abi = KEYBOARD_INDICATOR_PARAMETERS
The abi representation of the implementing type. Read more
type DefaultType = KEYBOARD_INDICATOR_PARAMETERS
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_INDICATOR_PARAMETERS
impl Clone for KEYBOARD_INDICATOR_PARAMETERS
Source§fn clone(&self) -> KEYBOARD_INDICATOR_PARAMETERS
fn clone(&self) -> KEYBOARD_INDICATOR_PARAMETERS
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 moreimpl Copy for KEYBOARD_INDICATOR_PARAMETERS
impl Eq for KEYBOARD_INDICATOR_PARAMETERS
Auto Trait Implementations§
impl Freeze for KEYBOARD_INDICATOR_PARAMETERS
impl RefUnwindSafe for KEYBOARD_INDICATOR_PARAMETERS
impl Send for KEYBOARD_INDICATOR_PARAMETERS
impl Sync for KEYBOARD_INDICATOR_PARAMETERS
impl Unpin for KEYBOARD_INDICATOR_PARAMETERS
impl UnwindSafe for KEYBOARD_INDICATOR_PARAMETERS
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