#[repr(C, packed(1))]pub struct _GETVERSIONINPARAMS {
pub bVersion: BYTE,
pub bRevision: BYTE,
pub bReserved: BYTE,
pub bIDEDeviceMap: BYTE,
pub fCapabilities: DWORD,
pub dwReserved: [DWORD; 4],
}
Fields§
§bVersion: BYTE
§bRevision: BYTE
§bReserved: BYTE
§bIDEDeviceMap: BYTE
§fCapabilities: DWORD
§dwReserved: [DWORD; 4]
Trait Implementations§
Source§impl Clone for _GETVERSIONINPARAMS
impl Clone for _GETVERSIONINPARAMS
Source§fn clone(&self) -> _GETVERSIONINPARAMS
fn clone(&self) -> _GETVERSIONINPARAMS
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 _GETVERSIONINPARAMS
impl Debug for _GETVERSIONINPARAMS
Source§impl Ord for _GETVERSIONINPARAMS
impl Ord for _GETVERSIONINPARAMS
Source§fn cmp(&self, other: &_GETVERSIONINPARAMS) -> Ordering
fn cmp(&self, other: &_GETVERSIONINPARAMS) -> 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 _GETVERSIONINPARAMS
impl PartialEq for _GETVERSIONINPARAMS
Source§impl PartialOrd for _GETVERSIONINPARAMS
impl PartialOrd for _GETVERSIONINPARAMS
impl Copy for _GETVERSIONINPARAMS
impl Eq for _GETVERSIONINPARAMS
impl StructuralPartialEq for _GETVERSIONINPARAMS
Auto Trait Implementations§
impl Freeze for _GETVERSIONINPARAMS
impl RefUnwindSafe for _GETVERSIONINPARAMS
impl Send for _GETVERSIONINPARAMS
impl Sync for _GETVERSIONINPARAMS
impl Unpin for _GETVERSIONINPARAMS
impl UnwindSafe for _GETVERSIONINPARAMS
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