Struct windows::Win32::Storage::IscsiDisc::IDE_IO_CONTROL
#[repr(C)]pub struct IDE_IO_CONTROL {
pub HeaderLength: u32,
pub Signature: [u8; 8],
pub Timeout: u32,
pub ControlCode: u32,
pub ReturnStatus: u32,
pub DataLength: u32,
}
Fields§
§HeaderLength: u32
§Signature: [u8; 8]
§Timeout: u32
§ControlCode: u32
§ReturnStatus: u32
§DataLength: u32
Trait Implementations§
§impl Clone for IDE_IO_CONTROL
impl Clone for IDE_IO_CONTROL
§fn clone(&self) -> IDE_IO_CONTROL
fn clone(&self) -> IDE_IO_CONTROL
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 more§impl Debug for IDE_IO_CONTROL
impl Debug for IDE_IO_CONTROL
§impl Default for IDE_IO_CONTROL
impl Default for IDE_IO_CONTROL
§impl PartialEq for IDE_IO_CONTROL
impl PartialEq for IDE_IO_CONTROL
§fn eq(&self, other: &IDE_IO_CONTROL) -> bool
fn eq(&self, other: &IDE_IO_CONTROL) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for IDE_IO_CONTROL
impl Eq for IDE_IO_CONTROL
impl StructuralPartialEq 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)