Struct windows_sys::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,
}
Expand description
Required features: "Win32_Storage_IscsiDisc"
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
impl Copy for IDE_IO_CONTROL
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more