pub struct AuthQueueLen;Expand description
Number of authorizations in a queue allocated to a core.
Trait Implementations§
Source§impl Clone for AuthQueueLen
impl Clone for AuthQueueLen
Source§fn clone(&self) -> AuthQueueLen
fn clone(&self) -> AuthQueueLen
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 AuthQueueLen
impl Debug for AuthQueueLen
Source§impl Default for AuthQueueLen
impl Default for AuthQueueLen
Source§fn default() -> AuthQueueLen
fn default() -> AuthQueueLen
Returns the “default value” for a type. Read more
Source§impl PartialEq for AuthQueueLen
impl PartialEq for AuthQueueLen
impl Copy for AuthQueueLen
impl Eq for AuthQueueLen
impl StructuralPartialEq for AuthQueueLen
Auto Trait Implementations§
impl Freeze for AuthQueueLen
impl RefUnwindSafe for AuthQueueLen
impl Send for AuthQueueLen
impl Sync for AuthQueueLen
impl Unpin for AuthQueueLen
impl UnwindSafe for AuthQueueLen
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