pub struct ExtendedQueue {
pub queue_depth: u32,
}Fields§
§queue_depth: u32Trait Implementations§
Source§impl Clone for ExtendedQueue
impl Clone for ExtendedQueue
Source§fn clone(&self) -> ExtendedQueue
fn clone(&self) -> ExtendedQueue
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 moreSource§impl Debug for ExtendedQueue
impl Debug for ExtendedQueue
Source§impl<'de> Deserialize<'de> for ExtendedQueue
impl<'de> Deserialize<'de> for ExtendedQueue
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ExtendedQueue
impl PartialEq for ExtendedQueue
Source§impl Serialize for ExtendedQueue
impl Serialize for ExtendedQueue
impl Eq for ExtendedQueue
impl StructuralPartialEq for ExtendedQueue
Auto Trait Implementations§
impl Freeze for ExtendedQueue
impl RefUnwindSafe for ExtendedQueue
impl Send for ExtendedQueue
impl Sync for ExtendedQueue
impl Unpin for ExtendedQueue
impl UnsafeUnpin for ExtendedQueue
impl UnwindSafe for ExtendedQueue
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