pub struct ParsedFixedHeader {
pub byte1: u8,
pub remaining_len_len: usize,
pub remaining_len: usize,
}Fields§
§byte1: u8§remaining_len_len: usize§remaining_len: usizeImplementations§
Source§impl ParsedFixedHeader
impl ParsedFixedHeader
pub const fn frame_length(self) -> usize
Trait Implementations§
Source§impl Clone for ParsedFixedHeader
impl Clone for ParsedFixedHeader
Source§fn clone(&self) -> ParsedFixedHeader
fn clone(&self) -> ParsedFixedHeader
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 ParsedFixedHeader
impl Debug for ParsedFixedHeader
Source§impl PartialEq for ParsedFixedHeader
impl PartialEq for ParsedFixedHeader
Source§impl PartialOrd for ParsedFixedHeader
impl PartialOrd for ParsedFixedHeader
impl Copy for ParsedFixedHeader
impl Eq for ParsedFixedHeader
impl StructuralPartialEq for ParsedFixedHeader
Auto Trait Implementations§
impl Freeze for ParsedFixedHeader
impl RefUnwindSafe for ParsedFixedHeader
impl Send for ParsedFixedHeader
impl Sync for ParsedFixedHeader
impl Unpin for ParsedFixedHeader
impl UnsafeUnpin for ParsedFixedHeader
impl UnwindSafe for ParsedFixedHeader
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