Struct windows_sys::Win32::Storage::IscsiDisc::SCSI_BUS_DATA
#[repr(C)]pub struct SCSI_BUS_DATA {
pub NumberOfLogicalUnits: u8,
pub InitiatorBusId: u8,
pub InquiryDataOffset: u32,
}
Fields§
§NumberOfLogicalUnits: u8
§InitiatorBusId: u8
§InquiryDataOffset: u32
Trait Implementations§
§impl Clone for SCSI_BUS_DATA
impl Clone for SCSI_BUS_DATA
impl Copy for SCSI_BUS_DATA
Auto Trait Implementations§
impl RefUnwindSafe for SCSI_BUS_DATA
impl Send for SCSI_BUS_DATA
impl Sync for SCSI_BUS_DATA
impl Unpin for SCSI_BUS_DATA
impl UnwindSafe for SCSI_BUS_DATA
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