pub struct SubHeader {
pub subheader_size: NitfField<u32>,
pub item_size: NitfField<u64>,
}
Expand description
Subheader element type
Used within the NITF header to denote the subheader segments contained in the file
Fields§
§subheader_size: NitfField<u32>
Bytes of header description
item_size: NitfField<u64>
Bytes of the data
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SubHeader
impl Send for SubHeader
impl Sync for SubHeader
impl Unpin for SubHeader
impl UnwindSafe for SubHeader
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