pub struct TagDerState {
pub bytes: [u8; 11],
pub len: usize,
pub pos: usize,
}Expand description
Stack-resident serialization cursor for a DER tag.
Fields§
§bytes: [u8; 11]§len: usize§pos: usizeTrait Implementations§
Source§impl Clone for TagDerState
impl Clone for TagDerState
Source§fn clone(&self) -> TagDerState
fn clone(&self) -> TagDerState
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 moreimpl Copy for TagDerState
Auto Trait Implementations§
impl Freeze for TagDerState
impl RefUnwindSafe for TagDerState
impl Send for TagDerState
impl Sync for TagDerState
impl Unpin for TagDerState
impl UnsafeUnpin for TagDerState
impl UnwindSafe for TagDerState
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