pub struct PagerCommandSent {
pub cmd: KernelCommand,
pub qid: u32,
}
Expand description
Event data for pager commands sent to kernel.
Fields§
§cmd: KernelCommand
The command that was sent.
qid: u32
Queue ID for the command.
Trait Implementations§
Source§impl Clone for PagerCommandSent
impl Clone for PagerCommandSent
Source§fn clone(&self) -> PagerCommandSent
fn clone(&self) -> PagerCommandSent
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 PagerCommandSent
impl Debug for PagerCommandSent
Source§impl TraceDataCast for PagerCommandSent
impl TraceDataCast for PagerCommandSent
impl Copy for PagerCommandSent
Auto Trait Implementations§
impl Freeze for PagerCommandSent
impl ObjSafe for PagerCommandSent
impl RefUnwindSafe for PagerCommandSent
impl Send for PagerCommandSent
impl Sync for PagerCommandSent
impl Unpin for PagerCommandSent
impl UnwindSafe for PagerCommandSent
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