#[repr(C, packed(1))]pub struct _SENDCMDINPARAMS {
pub cBufferSize: DWORD,
pub irDriveRegs: IDEREGS,
pub bDriveNumber: BYTE,
pub bReserved: [BYTE; 3],
pub dwReserved: [DWORD; 4],
pub bBuffer: [BYTE; 1],
}
Fields§
§cBufferSize: DWORD
§irDriveRegs: IDEREGS
§bDriveNumber: BYTE
§bReserved: [BYTE; 3]
§dwReserved: [DWORD; 4]
§bBuffer: [BYTE; 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
Source§impl PartialEq for _SENDCMDINPARAMS
impl PartialEq for _SENDCMDINPARAMS
Source§impl PartialOrd for _SENDCMDINPARAMS
impl PartialOrd for _SENDCMDINPARAMS
impl Copy for _SENDCMDINPARAMS
impl Eq for _SENDCMDINPARAMS
impl StructuralPartialEq for _SENDCMDINPARAMS
Auto Trait Implementations§
impl Freeze for _SENDCMDINPARAMS
impl RefUnwindSafe for _SENDCMDINPARAMS
impl Send for _SENDCMDINPARAMS
impl Sync for _SENDCMDINPARAMS
impl Unpin for _SENDCMDINPARAMS
impl UnwindSafe for _SENDCMDINPARAMS
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