pub struct Mq {
pub applied: u64,
pub unapplied: u64,
}
Fields§
§applied: u64
§unapplied: u64
Trait Implementations§
impl StructuralPartialEq for Mq
Auto Trait Implementations§
impl Freeze for Mq
impl RefUnwindSafe for Mq
impl Send for Mq
impl Sync for Mq
impl Unpin for Mq
impl UnwindSafe for Mq
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