pub struct Integer16DerState {
pub bytes: [u8; 2],
pub len: usize,
pub pos: usize,
}Expand description
Stack cursor for the specialized small INTEGER content formats.
Fields§
§bytes: [u8; 2]§len: usize§pos: usizeTrait Implementations§
Source§impl Clone for Integer16DerState
impl Clone for Integer16DerState
Source§fn clone(&self) -> Integer16DerState
fn clone(&self) -> Integer16DerState
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 Integer16DerState
Auto Trait Implementations§
impl Freeze for Integer16DerState
impl RefUnwindSafe for Integer16DerState
impl Send for Integer16DerState
impl Sync for Integer16DerState
impl Unpin for Integer16DerState
impl UnsafeUnpin for Integer16DerState
impl UnwindSafe for Integer16DerState
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