Struct windows_sys::Win32::Storage::IscsiDisc::SCSI_ADDRESS
[−]#[repr(C)]pub struct SCSI_ADDRESS {
pub Length: u32,
pub PortNumber: u8,
pub PathId: u8,
pub TargetId: u8,
pub Lun: u8,
}
Expand description
Required features: "Win32_Storage_IscsiDisc"
Fields
Length: u32
PortNumber: u8
PathId: u8
TargetId: u8
Lun: u8
Trait Implementations
impl Clone for SCSI_ADDRESS
impl Clone for SCSI_ADDRESS
impl Copy for SCSI_ADDRESS
Auto Trait Implementations
impl RefUnwindSafe for SCSI_ADDRESS
impl Send for SCSI_ADDRESS
impl Sync for SCSI_ADDRESS
impl Unpin for SCSI_ADDRESS
impl UnwindSafe for SCSI_ADDRESS
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