pub struct FrameHeader {
pub header: Bytes,
}
Expand description
Six (6) bytes reserved for FrameHeader information.
Fields§
§header: Bytes
The header bytes.
Trait Implementations§
Source§impl Debug for FrameHeader
impl Debug 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