pub struct St {
pub payload: Vec<u8>,
}Expand description
Stuffing Table.
Fields§
§payload: Vec<u8>Raw stuffing bytes — any value, no meaning (§5.2.8).
Implementations§
Trait Implementations§
impl Eq for St
Source§impl Serialize for St
impl Serialize for St
Source§type Error = Error
type Error = Error
The error type this implementer returns (usually the same as the
corresponding
Parse impl, but need not be).Source§fn serialized_len(&self) -> usize
fn serialized_len(&self) -> usize
Number of bytes
serialize_into will write.impl StructuralPartialEq for St
Auto Trait Implementations§
impl Freeze for St
impl RefUnwindSafe for St
impl Send for St
impl Sync for St
impl Unpin for St
impl UnsafeUnpin for St
impl UnwindSafe for St
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