pub struct Section6Payload {
pub bitmap_indicator: u8,
}Fields§
§bitmap_indicator: u8Bit-map indicator (see Code table 6.0 and the Note).
Trait Implementations§
Source§impl Debug for Section6Payload
impl Debug for Section6Payload
Source§impl Dump for Section6Payload
impl Dump for Section6Payload
Source§impl PartialEq for Section6Payload
impl PartialEq for Section6Payload
Source§impl TryFromSlice for Section6Payload
impl TryFromSlice for Section6Payload
impl StructuralPartialEq for Section6Payload
Auto Trait Implementations§
impl Freeze for Section6Payload
impl RefUnwindSafe for Section6Payload
impl Send for Section6Payload
impl Sync for Section6Payload
impl Unpin for Section6Payload
impl UnwindSafe for Section6Payload
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