pub struct Zenoh080;Implementations§
Trait Implementations§
Source§impl<const ID: u8> LCodec<&EntityGlobalIdType<ID>> for Zenoh080
impl<const ID: u8> LCodec<&EntityGlobalIdType<ID>> for Zenoh080
fn w_len(self, x: &EntityGlobalIdType<ID>) -> usize
Source§impl LCodec<&PrioritySn> for Zenoh080
impl LCodec<&PrioritySn> for Zenoh080
fn w_len(self, p: &PrioritySn) -> usize
Source§impl<const ID: u8> LCodec<&SourceInfoType<ID>> for Zenoh080
impl<const ID: u8> LCodec<&SourceInfoType<ID>> for Zenoh080
fn w_len(self, x: &SourceInfoType<ID>) -> usize
Source§impl LCodec<&ZenohIdProto> for Zenoh080
impl LCodec<&ZenohIdProto> for Zenoh080
fn w_len(self, x: &ZenohIdProto) -> usize
Source§impl<const ID: u8, R> RCodec<(ZExtZBufHeader<ID>, bool), &mut R> for Zenoh080where
R: Reader,
impl<const ID: u8, R> RCodec<(ZExtZBufHeader<ID>, bool), &mut R> for Zenoh080where
R: Reader,
Source§impl<'a, R: BacktrackableReader> RCodec<FrameReader<'a, R>, &'a mut R> for Zenoh080
impl<'a, R: BacktrackableReader> RCodec<FrameReader<'a, R>, &'a mut R> for Zenoh080
Source§impl<R> RCodec<TransportMessage, &mut R> for Zenoh080where
R: Reader + BacktrackableReader,
impl<R> RCodec<TransportMessage, &mut R> for Zenoh080where
R: Reader + BacktrackableReader,
Source§impl<R> RCodec<TransportMessageLowLatency, &mut R> for Zenoh080where
R: Reader + BacktrackableReader,
impl<R> RCodec<TransportMessageLowLatency, &mut R> for Zenoh080where
R: Reader + BacktrackableReader,
Source§impl<W, const ID: u8> WCodec<(&AttachmentType<ID>, bool), &mut W> for Zenoh080where
W: Writer,
impl<W, const ID: u8> WCodec<(&AttachmentType<ID>, bool), &mut W> for Zenoh080where
W: Writer,
Source§impl<W, const ID: u8> WCodec<(&EntityGlobalIdType<ID>, bool), &mut W> for Zenoh080where
W: Writer,
impl<W, const ID: u8> WCodec<(&EntityGlobalIdType<ID>, bool), &mut W> for Zenoh080where
W: Writer,
Source§impl<W, const ID: u8> WCodec<(&SourceInfoType<ID>, bool), &mut W> for Zenoh080where
W: Writer,
impl<W, const ID: u8> WCodec<(&SourceInfoType<ID>, bool), &mut W> for Zenoh080where
W: Writer,
Source§impl<W, const ID: u8> WCodec<(&TimestampType<ID>, bool), &mut W> for Zenoh080where
W: Writer,
impl<W, const ID: u8> WCodec<(&TimestampType<ID>, bool), &mut W> for Zenoh080where
W: Writer,
Source§impl<W, const VID: u8, const SID: u8> WCodec<(&ValueType<VID, SID>, bool), &mut W> for Zenoh080where
W: Writer,
impl<W, const VID: u8, const SID: u8> WCodec<(&ValueType<VID, SID>, bool), &mut W> for Zenoh080where
W: Writer,
Source§impl<const ID: u8, W> WCodec<(&ZExtZBufHeader<ID>, bool), &mut W> for Zenoh080where
W: Writer,
impl<const ID: u8, W> WCodec<(&ZExtZBufHeader<ID>, bool), &mut W> for Zenoh080where
W: Writer,
impl Copy for Zenoh080
Auto Trait Implementations§
impl Freeze for Zenoh080
impl RefUnwindSafe for Zenoh080
impl Send for Zenoh080
impl Sync for Zenoh080
impl Unpin for Zenoh080
impl UnwindSafe for Zenoh080
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more