pub struct Iap2FrameMeta {}Trait Implementations§
Source§impl Debug for Iap2FrameMeta
impl Debug for Iap2FrameMeta
Source§impl Default for Iap2FrameMeta
impl Default for Iap2FrameMeta
Source§fn default() -> Iap2FrameMeta
fn default() -> Iap2FrameMeta
Returns the “default value” for a type. Read more
Source§impl FrameMeta for Iap2FrameMeta
impl FrameMeta for Iap2FrameMeta
fn frame_header_len() -> usize
fn frame_match(data: &[u8]) -> bool
fn frame_totol_len(data: &[u8]) -> usize
Auto Trait Implementations§
impl Freeze for Iap2FrameMeta
impl RefUnwindSafe for Iap2FrameMeta
impl Send for Iap2FrameMeta
impl Sync for Iap2FrameMeta
impl Unpin for Iap2FrameMeta
impl UnwindSafe for Iap2FrameMeta
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