Struct _SCSI_REQUEST_BLOCK
#[repr(transparent)]pub struct _SCSI_REQUEST_BLOCK(pub isize);
Tuple Fields§
§0: isize
Trait Implementations§
§impl Clone for _SCSI_REQUEST_BLOCK
impl Clone for _SCSI_REQUEST_BLOCK
§fn clone(&self) -> _SCSI_REQUEST_BLOCK
fn clone(&self) -> _SCSI_REQUEST_BLOCK
Returns a copy 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 more§impl Debug for _SCSI_REQUEST_BLOCK
impl Debug for _SCSI_REQUEST_BLOCK
§impl Default for _SCSI_REQUEST_BLOCK
impl Default for _SCSI_REQUEST_BLOCK
§fn default() -> _SCSI_REQUEST_BLOCK
fn default() -> _SCSI_REQUEST_BLOCK
Returns the “default value” for a type. Read more
§impl PartialEq for _SCSI_REQUEST_BLOCK
impl PartialEq for _SCSI_REQUEST_BLOCK
impl Copy for _SCSI_REQUEST_BLOCK
impl Eq for _SCSI_REQUEST_BLOCK
impl StructuralPartialEq for _SCSI_REQUEST_BLOCK
Auto Trait Implementations§
impl Freeze for _SCSI_REQUEST_BLOCK
impl RefUnwindSafe for _SCSI_REQUEST_BLOCK
impl Send for _SCSI_REQUEST_BLOCK
impl Sync for _SCSI_REQUEST_BLOCK
impl Unpin for _SCSI_REQUEST_BLOCK
impl UnwindSafe for _SCSI_REQUEST_BLOCK
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