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