#[repr(C)]pub struct _DEVICE_DSM_DEFINITION {
pub Action: DEVICE_DSM_ACTION,
pub SingleRange: BOOLEAN,
pub ParameterBlockAlignment: DWORD,
pub ParameterBlockLength: DWORD,
pub HasOutput: BOOLEAN,
pub OutputBlockAlignment: DWORD,
pub OutputBlockLength: DWORD,
}
Fields§
§Action: DEVICE_DSM_ACTION
§SingleRange: BOOLEAN
§ParameterBlockAlignment: DWORD
§ParameterBlockLength: DWORD
§HasOutput: BOOLEAN
§OutputBlockAlignment: DWORD
§OutputBlockLength: DWORD
Trait Implementations§
Source§impl Clone for _DEVICE_DSM_DEFINITION
impl Clone for _DEVICE_DSM_DEFINITION
Source§fn clone(&self) -> _DEVICE_DSM_DEFINITION
fn clone(&self) -> _DEVICE_DSM_DEFINITION
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 _DEVICE_DSM_DEFINITION
impl Debug for _DEVICE_DSM_DEFINITION
Source§impl Ord for _DEVICE_DSM_DEFINITION
impl Ord for _DEVICE_DSM_DEFINITION
Source§fn cmp(&self, other: &_DEVICE_DSM_DEFINITION) -> Ordering
fn cmp(&self, other: &_DEVICE_DSM_DEFINITION) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _DEVICE_DSM_DEFINITION
impl PartialEq for _DEVICE_DSM_DEFINITION
Source§impl PartialOrd for _DEVICE_DSM_DEFINITION
impl PartialOrd for _DEVICE_DSM_DEFINITION
impl Copy for _DEVICE_DSM_DEFINITION
impl Eq for _DEVICE_DSM_DEFINITION
impl StructuralPartialEq for _DEVICE_DSM_DEFINITION
Auto Trait Implementations§
impl Freeze for _DEVICE_DSM_DEFINITION
impl RefUnwindSafe for _DEVICE_DSM_DEFINITION
impl Send for _DEVICE_DSM_DEFINITION
impl Sync for _DEVICE_DSM_DEFINITION
impl Unpin for _DEVICE_DSM_DEFINITION
impl UnwindSafe for _DEVICE_DSM_DEFINITION
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