pub struct EncodingModes { /* private fields */ }Expand description
Set of QR data modes used by an encoded bit stream.
This records which payload modes were emitted, without retaining input bytes
or every segment boundary. Use iter when call sites need the
modes in a stable QR mode order.
Implementations§
Trait Implementations§
Source§impl Clone for EncodingModes
impl Clone for EncodingModes
Source§fn clone(&self) -> EncodingModes
fn clone(&self) -> EncodingModes
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 EncodingModes
Source§impl Debug for EncodingModes
impl Debug for EncodingModes
Source§impl Default for EncodingModes
impl Default for EncodingModes
Source§fn default() -> EncodingModes
fn default() -> EncodingModes
Returns the “default value” for a type. Read more
impl Eq for EncodingModes
Source§impl PartialEq for EncodingModes
impl PartialEq for EncodingModes
impl StructuralPartialEq for EncodingModes
Auto Trait Implementations§
impl Freeze for EncodingModes
impl RefUnwindSafe for EncodingModes
impl Send for EncodingModes
impl Sync for EncodingModes
impl Unpin for EncodingModes
impl UnsafeUnpin for EncodingModes
impl UnwindSafe for EncodingModes
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