pub(crate) struct PartDecoder {
pub(crate) part_type: PartType,
pub(crate) number_radix: NumberRadix,
}Fields§
§part_type: PartType§number_radix: NumberRadixImplementations§
Trait Implementations§
Source§impl Clone for PartDecoder
impl Clone for PartDecoder
Source§fn clone(&self) -> PartDecoder
fn clone(&self) -> PartDecoder
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 moreAuto Trait Implementations§
impl Freeze for PartDecoder
impl RefUnwindSafe for PartDecoder
impl Send for PartDecoder
impl Sync for PartDecoder
impl Unpin for PartDecoder
impl UnsafeUnpin for PartDecoder
impl UnwindSafe for PartDecoder
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