Struct zenoh_protocol::transport::fragment::FragmentHeader
source · pub struct FragmentHeader {
pub reliability: Reliability,
pub more: bool,
pub sn: TransportSn,
pub ext_qos: QoSType,
}Fields§
§reliability: Reliability§more: bool§sn: TransportSn§ext_qos: QoSTypeTrait Implementations§
source§impl Clone for FragmentHeader
impl Clone for FragmentHeader
source§fn clone(&self) -> FragmentHeader
fn clone(&self) -> FragmentHeader
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 FragmentHeader
impl Debug for FragmentHeader
source§impl PartialEq for FragmentHeader
impl PartialEq for FragmentHeader
source§fn eq(&self, other: &FragmentHeader) -> bool
fn eq(&self, other: &FragmentHeader) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for FragmentHeader
impl Eq for FragmentHeader
impl StructuralPartialEq for FragmentHeader
Auto Trait Implementations§
impl Freeze for FragmentHeader
impl RefUnwindSafe for FragmentHeader
impl Send for FragmentHeader
impl Sync for FragmentHeader
impl Unpin for FragmentHeader
impl UnwindSafe for FragmentHeader
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