pub struct TaggedField {
pub tag: u32,
pub data: Vec<u8>,
}Fields§
§tag: u32§data: Vec<u8>Trait Implementations§
Source§impl Clone for TaggedField
impl Clone for TaggedField
Source§fn clone(&self) -> TaggedField
fn clone(&self) -> TaggedField
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 TaggedField
impl Debug for TaggedField
impl Eq for TaggedField
Source§impl PartialEq for TaggedField
impl PartialEq for TaggedField
impl StructuralPartialEq for TaggedField
Auto Trait Implementations§
impl Freeze for TaggedField
impl RefUnwindSafe for TaggedField
impl Send for TaggedField
impl Sync for TaggedField
impl Unpin for TaggedField
impl UnsafeUnpin for TaggedField
impl UnwindSafe for TaggedField
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