Struct dicom_encoding::adapters::RawPixelData
source · [−]Fields
fragments: C<Vec<u8>>Either a byte slice/vector if native pixel data or byte fragments if encapsulated
offset_table: C<u32>The offset table for the fragments, or empty if there is none
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RawPixelData
impl Send for RawPixelData
impl Sync for RawPixelData
impl Unpin for RawPixelData
impl UnwindSafe for RawPixelData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more