#[repr(transparent)]pub struct FlowLabel(pub u32);Expand description
Flow Label field of the IPv6 header.
A 20-bit field used by a source to label sequences of packets for special handling.
Tuple Fields§
§0: u32Trait Implementations§
impl Copy for FlowLabel
impl Eq for FlowLabel
Source§impl Ord for FlowLabel
impl Ord for FlowLabel
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for FlowLabel
impl PartialOrd for FlowLabel
impl StructuralPartialEq for FlowLabel
Auto Trait Implementations§
impl Freeze for FlowLabel
impl RefUnwindSafe for FlowLabel
impl Send for FlowLabel
impl Sync for FlowLabel
impl Unpin for FlowLabel
impl UnsafeUnpin for FlowLabel
impl UnwindSafe for FlowLabel
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