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 Clone for Section6Payload
impl Clone for Section6Payload
Source§fn clone(&self) -> Section6Payload
fn clone(&self) -> Section6Payload
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§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
impl StructuralPartialEq for Section6Payload
Source§impl TryFromSlice for Section6Payload
impl TryFromSlice 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 UnsafeUnpin 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