pub struct LHMFrameHeader { /* private fields */ }Implementations§
Source§impl LHMFrameHeader
impl LHMFrameHeader
pub fn try_decode(src: &mut BytesMut) -> Option<LHMFrameHeader>
Auto Trait Implementations§
impl Freeze for LHMFrameHeader
impl RefUnwindSafe for LHMFrameHeader
impl Send for LHMFrameHeader
impl Sync for LHMFrameHeader
impl Unpin for LHMFrameHeader
impl UnwindSafe for LHMFrameHeader
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