#[repr(C)]pub struct IDE_IO_CONTROL {
pub HeaderLength: ULONG,
pub Signature: [UCHAR; 8],
pub Timeout: ULONG,
pub ControlCode: ULONG,
pub ReturnStatus: ULONG,
pub DataLength: ULONG,
}
Fields§
§HeaderLength: ULONG
§Signature: [UCHAR; 8]
§Timeout: ULONG
§ControlCode: ULONG
§ReturnStatus: ULONG
§DataLength: ULONG
Trait Implementations§
Source§impl Clone for IDE_IO_CONTROL
impl Clone for IDE_IO_CONTROL
Source§fn clone(&self) -> IDE_IO_CONTROL
fn clone(&self) -> IDE_IO_CONTROL
Returns a duplicate 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 Default for IDE_IO_CONTROL
impl Default for IDE_IO_CONTROL
Source§fn default() -> IDE_IO_CONTROL
fn default() -> IDE_IO_CONTROL
Returns the “default value” for a type. Read more
impl Copy for IDE_IO_CONTROL
Auto Trait Implementations§
impl Freeze for IDE_IO_CONTROL
impl RefUnwindSafe for IDE_IO_CONTROL
impl Send for IDE_IO_CONTROL
impl Sync for IDE_IO_CONTROL
impl Unpin for IDE_IO_CONTROL
impl UnwindSafe for IDE_IO_CONTROL
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