#[repr(C)]pub struct DiskIo2Token {
pub event: Event,
pub transaction_status: Status,
}
Fields§
§event: Event
§transaction_status: Status
Trait 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§impl PartialOrd for DiskIo2Token
impl PartialOrd for DiskIo2Token
impl Copy for DiskIo2Token
impl Eq for DiskIo2Token
impl StructuralPartialEq for DiskIo2Token
Auto Trait Implementations§
impl Freeze for DiskIo2Token
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)