pub struct RawTaggedField {
pub tag: i32,
pub data: Vec<u8>,
}
Fields§
§tag: i32
§data: Vec<u8>
Trait Implementations§
Source§impl Clone for RawTaggedField
impl Clone for RawTaggedField
Source§fn clone(&self) -> RawTaggedField
fn clone(&self) -> RawTaggedField
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 Debug for RawTaggedField
impl Debug for RawTaggedField
Source§impl Default for RawTaggedField
impl Default for RawTaggedField
Source§fn default() -> RawTaggedField
fn default() -> RawTaggedField
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RawTaggedField
impl RefUnwindSafe for RawTaggedField
impl Send for RawTaggedField
impl Sync for RawTaggedField
impl Unpin for RawTaggedField
impl UnwindSafe for RawTaggedField
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