Struct SENDCMDINPARAMS
#[repr(C, packed(1))]pub 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§
§impl Clone for SENDCMDINPARAMS
impl Clone for SENDCMDINPARAMS
§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 moreimpl Copy 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