pub struct StSection {
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 StSection
Source§impl<'a> From<StSection> for AnyTableSection<'a>
impl<'a> From<StSection> for AnyTableSection<'a>
Source§impl Serialize for StSection
impl Serialize for StSection
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 StSection
Auto Trait Implementations§
impl Freeze for StSection
impl RefUnwindSafe for StSection
impl Send for StSection
impl Sync for StSection
impl Unpin for StSection
impl UnsafeUnpin for StSection
impl UnwindSafe for StSection
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