pub struct CTBNew { /* private fields */ }
Expand description
A CTB using the new format encoding.
See Section 4.2 of RFC 4880 for more details.
Implementations
Trait Implementations
sourceimpl MarshalInto for CTBNew
impl MarshalInto for CTBNew
sourcefn serialized_len(&self) -> usize
fn serialized_len(&self) -> usize
Computes the maximal length of the serialized representation. Read more
sourcefn serialize_into(&self, buf: &mut [u8]) -> Result<usize>
fn serialize_into(&self, buf: &mut [u8]) -> Result<usize>
Serializes into the given buffer. Read more
Auto Trait Implementations
impl RefUnwindSafe for CTBNew
impl Send for CTBNew
impl Sync for CTBNew
impl Unpin for CTBNew
impl UnwindSafe for CTBNew
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more