Struct windows_sys::Win32::Storage::IscsiDisc::SCSI_LUN_LIST
[−]Expand description
Required features: "Win32_Storage_IscsiDisc"
Fields
OSLUN: u32
TargetLUN: u64
Trait Implementations
impl Clone for SCSI_LUN_LIST
impl Clone for SCSI_LUN_LIST
impl Copy for SCSI_LUN_LIST
Auto Trait Implementations
impl RefUnwindSafe for SCSI_LUN_LIST
impl Send for SCSI_LUN_LIST
impl Sync for SCSI_LUN_LIST
impl Unpin for SCSI_LUN_LIST
impl UnwindSafe for SCSI_LUN_LIST
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