#[repr(C)]pub struct ApplicationParametersEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub vendor_id: u32,
pub device_id: u32,
pub key: u32,
pub value: u64,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§vendor_id: u32§device_id: u32§key: u32§value: u64Trait Implementations§
Source§impl Clone for ApplicationParametersEXT
impl Clone for ApplicationParametersEXT
Source§fn clone(&self) -> ApplicationParametersEXT
fn clone(&self) -> ApplicationParametersEXT
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ApplicationParametersEXT
Source§impl Debug for ApplicationParametersEXT
impl Debug for ApplicationParametersEXT
Source§impl Default for ApplicationParametersEXT
impl Default for ApplicationParametersEXT
impl Eq for ApplicationParametersEXT
Source§impl Hash for ApplicationParametersEXT
impl Hash for ApplicationParametersEXT
Source§impl PartialEq for ApplicationParametersEXT
impl PartialEq for ApplicationParametersEXT
Source§fn eq(&self, other: &ApplicationParametersEXT) -> bool
fn eq(&self, other: &ApplicationParametersEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Send for ApplicationParametersEXT
impl StructuralPartialEq for ApplicationParametersEXT
impl Sync for ApplicationParametersEXT
Auto Trait Implementations§
impl Freeze for ApplicationParametersEXT
impl RefUnwindSafe for ApplicationParametersEXT
impl Unpin for ApplicationParametersEXT
impl UnsafeUnpin for ApplicationParametersEXT
impl UnwindSafe for ApplicationParametersEXT
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