pub struct WireEntry {
pub prefix: [u8; 5],
pub content: Vec<u8>,
}Fields§
§prefix: [u8; 5]§content: Vec<u8>Auto Trait Implementations§
impl Freeze for WireEntry
impl RefUnwindSafe for WireEntry
impl Send for WireEntry
impl Sync for WireEntry
impl Unpin for WireEntry
impl UnsafeUnpin for WireEntry
impl UnwindSafe for WireEntry
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