Struct dicom_encoding::adapters::RawPixelData
source · pub struct RawPixelData {
pub fragments: C<Vec<u8>>,
pub offset_table: C<u32>,
}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§
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