Struct windows_sys::Win32::Storage::IscsiDisc::SRB_IO_CONTROL
[−]#[repr(C)]pub struct SRB_IO_CONTROL {
pub HeaderLength: u32,
pub Signature: [u8; 8],
pub Timeout: u32,
pub ControlCode: u32,
pub ReturnCode: u32,
pub Length: u32,
}
Expand description
Required features: ‘Win32_Storage_IscsiDisc’
Fields
HeaderLength: u32
Signature: [u8; 8]
Timeout: u32
ControlCode: u32
ReturnCode: u32
Length: u32
Trait Implementations
impl Clone for SRB_IO_CONTROL
impl Clone for SRB_IO_CONTROL
impl Copy for SRB_IO_CONTROL
Auto Trait Implementations
impl RefUnwindSafe for SRB_IO_CONTROL
impl Send for SRB_IO_CONTROL
impl Sync for SRB_IO_CONTROL
impl Unpin for SRB_IO_CONTROL
impl UnwindSafe for SRB_IO_CONTROL
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more