pub type SENDCMDINPARAMS = _SENDCMDINPARAMS;
Aliased Type§
struct SENDCMDINPARAMS {
pub cBufferSize: u32,
pub irDriveRegs: _IDEREGS,
pub bDriveNumber: u8,
pub bReserved: [u8; 3],
pub dwReserved: [u32; 4],
pub bBuffer: [u8; 1],
}
Fields§
§cBufferSize: u32
§irDriveRegs: _IDEREGS
§bDriveNumber: u8
§bReserved: [u8; 3]
§dwReserved: [u32; 4]
§bBuffer: [u8; 1]
Trait Implementations
Source§impl Clone for _SENDCMDINPARAMS
impl Clone for _SENDCMDINPARAMS
Source§fn clone(&self) -> _SENDCMDINPARAMS
fn clone(&self) -> _SENDCMDINPARAMS
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 _SENDCMDINPARAMS
impl Debug for _SENDCMDINPARAMS
Source§impl Ord for _SENDCMDINPARAMS
impl Ord for _SENDCMDINPARAMS
Source§fn cmp(&self, other: &_SENDCMDINPARAMS) -> Ordering
fn cmp(&self, other: &_SENDCMDINPARAMS) -> 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