pub struct Base128DerState {
pub bytes: [u8; 9],
pub len: usize,
pub pos: usize,
}Expand description
Stack-resident cursor for one minimally encoded OBJECT IDENTIFIER subidentifier.
Fields§
§bytes: [u8; 9]§len: usize§pos: usizeTrait Implementations§
Source§impl Clone for Base128DerState
impl Clone for Base128DerState
Source§fn clone(&self) -> Base128DerState
fn clone(&self) -> Base128DerState
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 Base128DerState
Auto Trait Implementations§
impl Freeze for Base128DerState
impl RefUnwindSafe for Base128DerState
impl Send for Base128DerState
impl Sync for Base128DerState
impl Unpin for Base128DerState
impl UnsafeUnpin for Base128DerState
impl UnwindSafe for Base128DerState
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