Struct dicom_encoding::text::Utf8CharacterSetCodec
source · [−]pub struct Utf8CharacterSetCodec;Expand description
Data type for the ISO_IR 192 character set encoding.
Trait Implementations
sourceimpl Clone for Utf8CharacterSetCodec
impl Clone for Utf8CharacterSetCodec
sourcefn clone(&self) -> Utf8CharacterSetCodec
fn clone(&self) -> Utf8CharacterSetCodec
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for Utf8CharacterSetCodec
impl Debug for Utf8CharacterSetCodec
sourceimpl Default for Utf8CharacterSetCodec
impl Default for Utf8CharacterSetCodec
sourcefn default() -> Utf8CharacterSetCodec
fn default() -> Utf8CharacterSetCodec
Returns the “default value” for a type. Read more
sourceimpl Hash for Utf8CharacterSetCodec
impl Hash for Utf8CharacterSetCodec
sourceimpl PartialEq<Utf8CharacterSetCodec> for Utf8CharacterSetCodec
impl PartialEq<Utf8CharacterSetCodec> for Utf8CharacterSetCodec
sourcefn eq(&self, other: &Utf8CharacterSetCodec) -> bool
fn eq(&self, other: &Utf8CharacterSetCodec) -> bool
sourceimpl TextCodec for Utf8CharacterSetCodec
impl TextCodec for Utf8CharacterSetCodec
sourcefn name(&self) -> &'static str
fn name(&self) -> &'static str
Obtain the defined term (unique name) of the text encoding,
which may be used as the value of a
Specific Character Set (0008, 0005) element to refer to this codec. Read more
impl Copy for Utf8CharacterSetCodec
impl Eq for Utf8CharacterSetCodec
impl StructuralEq for Utf8CharacterSetCodec
impl StructuralPartialEq for Utf8CharacterSetCodec
Auto Trait Implementations
impl RefUnwindSafe for Utf8CharacterSetCodec
impl Send for Utf8CharacterSetCodec
impl Sync for Utf8CharacterSetCodec
impl Unpin for Utf8CharacterSetCodec
impl UnwindSafe for Utf8CharacterSetCodec
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more