pub struct HeaderSeq {
pub src: Address,
pub dst: Address,
pub key: Option<Key>,
pub seq_no: u16,
pub kind: FrameKind,
pub ttl: u8,
}Fields§
§src: Address§dst: Address§key: Option<Key>§seq_no: u16§kind: FrameKind§ttl: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for HeaderSeq
impl RefUnwindSafe for HeaderSeq
impl Send for HeaderSeq
impl Sync for HeaderSeq
impl Unpin for HeaderSeq
impl UnwindSafe for HeaderSeq
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