Struct windows_sys::Win32::Storage::IscsiDisc::ISCSI_VERSION_INFO
[−]#[repr(C)]pub struct ISCSI_VERSION_INFO {
pub MajorVersion: u32,
pub MinorVersion: u32,
pub BuildNumber: u32,
}
Expand description
Required features: "Win32_Storage_IscsiDisc"
Fields
MajorVersion: u32
MinorVersion: u32
BuildNumber: u32
Trait Implementations
impl Clone for ISCSI_VERSION_INFO
impl Clone for ISCSI_VERSION_INFO
impl Copy for ISCSI_VERSION_INFO
Auto Trait Implementations
impl RefUnwindSafe for ISCSI_VERSION_INFO
impl Send for ISCSI_VERSION_INFO
impl Sync for ISCSI_VERSION_INFO
impl Unpin for ISCSI_VERSION_INFO
impl UnwindSafe for ISCSI_VERSION_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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