pub struct OfflineRasterData {
pub band: i8,
pub path: PathBuf,
pub pixtype: PixType,
}Expand description
Raster data file source
Fields§
§band: i80-based band number to use from the set available in the external file
path: PathBufPath to data file
pixtype: PixTypeType of the pixels to read
Trait Implementations§
Source§impl Clone for OfflineRasterData
impl Clone for OfflineRasterData
Source§fn clone(&self) -> OfflineRasterData
fn clone(&self) -> OfflineRasterData
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OfflineRasterData
impl Debug for OfflineRasterData
Source§impl PartialEq for OfflineRasterData
impl PartialEq for OfflineRasterData
Source§impl PartialOrd for OfflineRasterData
impl PartialOrd for OfflineRasterData
impl StructuralPartialEq for OfflineRasterData
Auto Trait Implementations§
impl Freeze for OfflineRasterData
impl RefUnwindSafe for OfflineRasterData
impl Send for OfflineRasterData
impl Sync for OfflineRasterData
impl Unpin for OfflineRasterData
impl UnwindSafe for OfflineRasterData
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