pub struct TransferSyntaxProperties {
pub byte_order: ByteOrder,
pub vr_encoding: VrEncoding,
pub is_deflated: bool,
pub is_encapsulated: bool,
}Expand description
Properties of a transfer syntax relevant to encoding/decoding.
Fields§
§byte_order: ByteOrder§vr_encoding: VrEncoding§is_deflated: bool§is_encapsulated: boolImplementations§
Source§impl TransferSyntaxProperties
impl TransferSyntaxProperties
pub fn from_uid(uid: &str) -> Self
pub fn is_little_endian(&self) -> bool
pub fn is_explicit_vr(&self) -> bool
Auto Trait Implementations§
impl Freeze for TransferSyntaxProperties
impl RefUnwindSafe for TransferSyntaxProperties
impl Send for TransferSyntaxProperties
impl Sync for TransferSyntaxProperties
impl Unpin for TransferSyntaxProperties
impl UnsafeUnpin for TransferSyntaxProperties
impl UnwindSafe for TransferSyntaxProperties
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more