pub struct ExtendedEgressQueue {
pub queue: u32,
}Fields§
§queue: u32Trait Implementations§
Source§impl Clone for ExtendedEgressQueue
impl Clone for ExtendedEgressQueue
Source§fn clone(&self) -> ExtendedEgressQueue
fn clone(&self) -> ExtendedEgressQueue
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 ExtendedEgressQueue
impl Debug for ExtendedEgressQueue
Source§impl<'de> Deserialize<'de> for ExtendedEgressQueue
impl<'de> Deserialize<'de> for ExtendedEgressQueue
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 ExtendedEgressQueue
impl PartialEq for ExtendedEgressQueue
Source§impl Serialize for ExtendedEgressQueue
impl Serialize for ExtendedEgressQueue
impl Eq for ExtendedEgressQueue
impl StructuralPartialEq for ExtendedEgressQueue
Auto Trait Implementations§
impl Freeze for ExtendedEgressQueue
impl RefUnwindSafe for ExtendedEgressQueue
impl Send for ExtendedEgressQueue
impl Sync for ExtendedEgressQueue
impl Unpin for ExtendedEgressQueue
impl UnsafeUnpin for ExtendedEgressQueue
impl UnwindSafe for ExtendedEgressQueue
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