Struct dicom_encoding::text::IsoIr101CharacterSetCodec [−][src]
pub struct IsoIr101CharacterSetCodec;Expand description
Data type for the ISO_IR 101 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 IsoIr101CharacterSetCodec
impl Send for IsoIr101CharacterSetCodec
impl Sync for IsoIr101CharacterSetCodec
impl Unpin for IsoIr101CharacterSetCodec
impl UnwindSafe for IsoIr101CharacterSetCodec
Blanket Implementations
Mutably borrows from an owned value. Read more