Struct dicom_parser::dataset::read::DataSetReaderOptions [−][src]
#[non_exhaustive]pub struct DataSetReaderOptions {
pub value_read: ValueReadStrategy,
pub base_offset: u64,
}Expand description
The set of options for the data set reader.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.value_read: ValueReadStrategythe value reading strategy
base_offset: u64the position of the reader as received at building time
Implementations
Replace the value reading strategy of the options.
Replace the base reader offset of the options.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for DataSetReaderOptions
impl Send for DataSetReaderOptions
impl Sync for DataSetReaderOptions
impl Unpin for DataSetReaderOptions
impl UnwindSafe for DataSetReaderOptions
Blanket Implementations
Mutably borrows from an owned value. Read more