pub struct Sicd {
pub nitf: Nitf,
pub meta: SicdMeta,
pub version: SicdVersion,
pub image_data: Vec<ImageData>,
/* private fields */
}
Expand description
SICD file structure
Fields§
§nitf: Nitf
Nitf file object and associated metadata
meta: SicdMeta
Parsed SICD xml metadata
version: SicdVersion
SICD Version
image_data: Vec<ImageData>
Image data from Nitf Image segements
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Sicd
impl !Send for Sicd
impl !Sync for Sicd
impl Unpin for Sicd
impl UnwindSafe for Sicd
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