pub struct Band {
pub irepband: NitfField<String>,
pub isubcat: NitfField<String>,
pub ifc: NitfField<String>,
pub imflt: NitfField<String>,
pub nluts: NitfField<u8>,
pub nelut: NitfField<u16>,
pub lutd: Vec<NitfField<u8>>,
}
Expand description
Band metadata
Fields§
§irepband: NitfField<String>
Band Representation
isubcat: NitfField<String>
Band Subcategory
ifc: NitfField<String>
Band Image Filter Condition
imflt: NitfField<String>
Band Standard Image Filter Code
nluts: NitfField<u8>
Number of Look-Up-Tables for the Image Band
nelut: NitfField<u16>
Number of Look-Up-Table Entries for the Image Band
lutd: Vec<NitfField<u8>>
Image Band Look-Up-Tables
Trait Implementations§
source§impl PartialEq for Band
impl PartialEq for Band
impl Eq for Band
impl StructuralEq for Band
impl StructuralPartialEq for Band
Auto Trait Implementations§
impl RefUnwindSafe for Band
impl Send for Band
impl Sync for Band
impl Unpin for Band
impl UnwindSafe for Band
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