pub struct TbfHeaderV2<'a> { /* private fields */ }
Expand description
Single header that can contain all parts of a v2 header.
Note, this struct limits the number of writeable regions an app can have to four since we need to statically know the length of the array to store in this type.
Trait Implementations§
Source§impl<'a> Clone for TbfHeaderV2<'a>
impl<'a> Clone for TbfHeaderV2<'a>
Source§fn clone(&self) -> TbfHeaderV2<'a>
fn clone(&self) -> TbfHeaderV2<'a>
Returns a copy 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<'a> Debug for TbfHeaderV2<'a>
impl<'a> Debug for TbfHeaderV2<'a>
impl<'a> Copy for TbfHeaderV2<'a>
Auto Trait Implementations§
impl<'a> Freeze for TbfHeaderV2<'a>
impl<'a> RefUnwindSafe for TbfHeaderV2<'a>
impl<'a> Send for TbfHeaderV2<'a>
impl<'a> Sync for TbfHeaderV2<'a>
impl<'a> Unpin for TbfHeaderV2<'a>
impl<'a> UnwindSafe for TbfHeaderV2<'a>
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