Struct dicom_encoding::text::Utf8CharacterSetCodec [−][src]
pub struct Utf8CharacterSetCodec;Expand description
Data type for the ISO_IR 192 character set encoding.
Trait Implementations
Returns the “default value” for a type. Read more
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
Decode the given byte buffer as a single string. The resulting string may contain backslash characters (’') to delimit individual values, and should be split later on if required. Read more
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
Mutably borrows from an owned value. Read more