pub struct ER1<'a> {
pub ident: u16,
pub seq_cnt: u16,
pub payload: &'a [u8],
}
Fields§
§ident: u16
§seq_cnt: u16
§payload: &'a [u8]
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for EchoReply<'a>
impl<'a> RefUnwindSafe for EchoReply<'a>
impl<'a> Send for EchoReply<'a>
impl<'a> Sync for EchoReply<'a>
impl<'a> Unpin for EchoReply<'a>
impl<'a> UnwindSafe for EchoReply<'a>
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