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