#[repr(C, packed(2))]pub struct SCSICmd {
pub scsi_Data: *mut UWORD,
pub scsi_Length: ULONG,
pub scsi_Actual: ULONG,
pub scsi_Command: *mut UBYTE,
pub scsi_CmdLength: UWORD,
pub scsi_CmdActual: UWORD,
pub scsi_Flags: UBYTE,
pub scsi_Status: UBYTE,
pub scsi_SenseData: *mut UBYTE,
pub scsi_SenseLength: UWORD,
pub scsi_SenseActual: UWORD,
}Fields§
§scsi_Data: *mut UWORD§scsi_Length: ULONG§scsi_Actual: ULONG§scsi_Command: *mut UBYTE§scsi_CmdLength: UWORD§scsi_CmdActual: UWORD§scsi_Flags: UBYTE§scsi_Status: UBYTE§scsi_SenseData: *mut UBYTE§scsi_SenseLength: UWORD§scsi_SenseActual: UWORDTrait Implementations§
Auto Trait Implementations§
impl Freeze for SCSICmd
impl RefUnwindSafe for SCSICmd
impl !Send for SCSICmd
impl !Sync for SCSICmd
impl Unpin for SCSICmd
impl UnwindSafe for SCSICmd
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