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