#[repr(C)]pub struct SCSI_ADDRESS {
pub Length: ULONG,
pub PortNumber: UCHAR,
pub PathId: UCHAR,
pub TargetId: UCHAR,
pub Lun: UCHAR,
}
Fields§
§Length: ULONG
§PortNumber: UCHAR
§PathId: UCHAR
§TargetId: UCHAR
§Lun: UCHAR
Trait Implementations§
Source§impl Clone for SCSI_ADDRESS
impl Clone for SCSI_ADDRESS
Source§fn clone(&self) -> SCSI_ADDRESS
fn clone(&self) -> SCSI_ADDRESS
Returns a duplicate 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 moreSource§impl Default for SCSI_ADDRESS
impl Default for SCSI_ADDRESS
Source§fn default() -> SCSI_ADDRESS
fn default() -> SCSI_ADDRESS
Returns the “default value” for a type. Read more
impl Copy for SCSI_ADDRESS
Auto Trait Implementations§
impl Freeze for SCSI_ADDRESS
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§
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