#[repr(C, packed(1))]pub struct Scsi {
pub header: DevicePathProtocol,
pub target_id: u16,
pub logical_unit_number: u16,
}
Fields§
§header: DevicePathProtocol
§target_id: u16
§logical_unit_number: u16
Auto Trait Implementations§
impl Freeze for Scsi
impl RefUnwindSafe for Scsi
impl Send for Scsi
impl Sync for Scsi
impl Unpin for Scsi
impl UnwindSafe for Scsi
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