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,
}
Expand description
Required features: "Win32_Storage_IscsiDisc"
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
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