Struct windows_sys::Win32::Storage::IscsiDisc::SCSI_LUN_LIST
#[repr(C)]pub struct SCSI_LUN_LIST {
pub OSLUN: u32,
pub TargetLUN: u64,
}
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§
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