Struct windows::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,
}
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
§fn clone(&self) -> SRB_IO_CONTROL
fn clone(&self) -> SRB_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 SRB_IO_CONTROL
impl Debug for SRB_IO_CONTROL
§impl Default for SRB_IO_CONTROL
impl Default for SRB_IO_CONTROL
§impl PartialEq for SRB_IO_CONTROL
impl PartialEq for SRB_IO_CONTROL
§fn eq(&self, other: &SRB_IO_CONTROL) -> bool
fn eq(&self, other: &SRB_IO_CONTROL) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SRB_IO_CONTROL
impl Eq for SRB_IO_CONTROL
impl StructuralPartialEq for SRB_IO_CONTROL
Auto Trait Implementations§
impl Freeze for SRB_IO_CONTROL
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§
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
)