pub struct PvtSupportABlock { /* private fields */ }Expand description
PVTSupportA block (Block ID 4079).
The public reference guide does not document the payload layout. This preserves the raw payload bytes after the time header.
Implementations§
Trait Implementations§
Source§impl Clone for PvtSupportABlock
impl Clone for PvtSupportABlock
Source§fn clone(&self) -> PvtSupportABlock
fn clone(&self) -> PvtSupportABlock
Returns a duplicate of the value. Read more
1.0.0 · 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 PvtSupportABlock
impl Debug for PvtSupportABlock
Auto Trait Implementations§
impl Freeze for PvtSupportABlock
impl RefUnwindSafe for PvtSupportABlock
impl Send for PvtSupportABlock
impl Sync for PvtSupportABlock
impl Unpin for PvtSupportABlock
impl UnsafeUnpin for PvtSupportABlock
impl UnwindSafe for PvtSupportABlock
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