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