struct PackedQueueIndex {
wrap_counter: bool,
index: Wrapping<u16>,
}Fields§
§wrap_counter: bool§index: Wrapping<u16>Implementations§
Trait Implementations§
Source§impl Clone for PackedQueueIndex
impl Clone for PackedQueueIndex
Source§fn clone(&self) -> PackedQueueIndex
fn clone(&self) -> PackedQueueIndex
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 PackedQueueIndex
impl Debug for PackedQueueIndex
Source§impl Default for PackedQueueIndex
impl Default for PackedQueueIndex
Source§impl<'de> Deserialize<'de> for PackedQueueIndex
impl<'de> Deserialize<'de> for PackedQueueIndex
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 PackedQueueIndex
impl PartialEq for PackedQueueIndex
Source§impl Serialize for PackedQueueIndex
impl Serialize for PackedQueueIndex
impl Copy for PackedQueueIndex
impl StructuralPartialEq for PackedQueueIndex
Auto Trait Implementations§
impl Freeze for PackedQueueIndex
impl RefUnwindSafe for PackedQueueIndex
impl Send for PackedQueueIndex
impl Sync for PackedQueueIndex
impl Unpin for PackedQueueIndex
impl UnwindSafe for PackedQueueIndex
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