pub(crate) enum TrailerBytes {
Std([u8; 18]),
NoAck([u8; 10]),
}Variants§
Trait Implementations§
Source§impl AsRef<[u8]> for TrailerBytes
impl AsRef<[u8]> for TrailerBytes
Source§impl Clone for TrailerBytes
impl Clone for TrailerBytes
Source§fn clone(&self) -> TrailerBytes
fn clone(&self) -> TrailerBytes
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 TrailerBytes
impl Debug for TrailerBytes
impl Copy for TrailerBytes
Auto Trait Implementations§
impl Freeze for TrailerBytes
impl RefUnwindSafe for TrailerBytes
impl Send for TrailerBytes
impl Sync for TrailerBytes
impl Unpin for TrailerBytes
impl UnsafeUnpin for TrailerBytes
impl UnwindSafe for TrailerBytes
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