pub struct UniversalStringDerState {
pub char_index: usize,
pub octet_index: u8,
}Fields§
§char_index: usize§octet_index: u8Trait Implementations§
Source§impl Clone for UniversalStringDerState
impl Clone for UniversalStringDerState
Source§fn clone(&self) -> UniversalStringDerState
fn clone(&self) -> UniversalStringDerState
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 moreSource§impl Default for UniversalStringDerState
impl Default for UniversalStringDerState
Source§fn default() -> UniversalStringDerState
fn default() -> UniversalStringDerState
Returns the “default value” for a type. Read more
impl Copy for UniversalStringDerState
Auto Trait Implementations§
impl Freeze for UniversalStringDerState
impl RefUnwindSafe for UniversalStringDerState
impl Send for UniversalStringDerState
impl Sync for UniversalStringDerState
impl Unpin for UniversalStringDerState
impl UnsafeUnpin for UniversalStringDerState
impl UnwindSafe for UniversalStringDerState
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