Struct uefi_raw::protocol::disk::DiskIo2Token
source · #[repr(C)]pub struct DiskIo2Token {
pub event: Event,
pub transaction_status: Status,
}Fields§
§event: Event§transaction_status: StatusTrait Implementations§
source§impl Clone for DiskIo2Token
impl Clone for DiskIo2Token
source§fn clone(&self) -> DiskIo2Token
fn clone(&self) -> DiskIo2Token
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 moresource§impl Debug for DiskIo2Token
impl Debug for DiskIo2Token
source§impl Ord for DiskIo2Token
impl Ord for DiskIo2Token
source§fn cmp(&self, other: &DiskIo2Token) -> Ordering
fn cmp(&self, other: &DiskIo2Token) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for DiskIo2Token
impl PartialEq for DiskIo2Token
source§fn eq(&self, other: &DiskIo2Token) -> bool
fn eq(&self, other: &DiskIo2Token) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for DiskIo2Token
impl PartialOrd for DiskIo2Token
source§fn partial_cmp(&self, other: &DiskIo2Token) -> Option<Ordering>
fn partial_cmp(&self, other: &DiskIo2Token) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for DiskIo2Token
impl Eq for DiskIo2Token
impl StructuralEq for DiskIo2Token
impl StructuralPartialEq for DiskIo2Token
Auto Trait Implementations§
impl RefUnwindSafe for DiskIo2Token
impl !Send for DiskIo2Token
impl !Sync for DiskIo2Token
impl Unpin for DiskIo2Token
impl UnwindSafe for DiskIo2Token
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