pub struct IoActionData {
pub header: ObjectHeader,
pub kind: IoActionKind,
}Expand description
Data for an IO action.
Fields§
§header: ObjectHeaderObject header.
kind: IoActionKindThe IO action kind.
Trait Implementations§
Source§impl Clone for IoActionData
impl Clone for IoActionData
Source§fn clone(&self) -> IoActionData
fn clone(&self) -> IoActionData
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for IoActionData
impl RefUnwindSafe for IoActionData
impl Send for IoActionData
impl Sync for IoActionData
impl Unpin for IoActionData
impl UnsafeUnpin for IoActionData
impl UnwindSafe for IoActionData
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