pub enum PcdEncoding {
Ascii,
Binary,
}Expand description
PCD encoding.
Variants§
Trait Implementations§
Source§impl Clone for PcdEncoding
impl Clone for PcdEncoding
Source§fn clone(&self) -> PcdEncoding
fn clone(&self) -> PcdEncoding
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 Debug for PcdEncoding
impl Debug for PcdEncoding
Source§impl PartialEq for PcdEncoding
impl PartialEq for PcdEncoding
Source§fn eq(&self, other: &PcdEncoding) -> bool
fn eq(&self, other: &PcdEncoding) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PcdEncoding
impl Eq for PcdEncoding
impl StructuralPartialEq for PcdEncoding
Auto Trait Implementations§
impl Freeze for PcdEncoding
impl RefUnwindSafe for PcdEncoding
impl Send for PcdEncoding
impl Sync for PcdEncoding
impl Unpin for PcdEncoding
impl UnsafeUnpin for PcdEncoding
impl UnwindSafe for PcdEncoding
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