pub struct GdalMultiBand {
pub result_descriptor: Box<RasterResultDescriptor>,
pub type: Type,
}Fields§
§result_descriptor: Box<RasterResultDescriptor>§type: TypeImplementations§
Source§impl GdalMultiBand
impl GdalMultiBand
pub fn new( result_descriptor: RasterResultDescriptor, type: Type, ) -> GdalMultiBand
Trait Implementations§
Source§impl Clone for GdalMultiBand
impl Clone for GdalMultiBand
Source§fn clone(&self) -> GdalMultiBand
fn clone(&self) -> GdalMultiBand
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GdalMultiBand
impl Debug for GdalMultiBand
Source§impl Default for GdalMultiBand
impl Default for GdalMultiBand
Source§fn default() -> GdalMultiBand
fn default() -> GdalMultiBand
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GdalMultiBand
impl<'de> Deserialize<'de> for GdalMultiBand
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GdalMultiBand
impl PartialEq for GdalMultiBand
Source§fn eq(&self, other: &GdalMultiBand) -> bool
fn eq(&self, other: &GdalMultiBand) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GdalMultiBand
impl Serialize for GdalMultiBand
impl StructuralPartialEq for GdalMultiBand
Auto Trait Implementations§
impl Freeze for GdalMultiBand
impl RefUnwindSafe for GdalMultiBand
impl Send for GdalMultiBand
impl Sync for GdalMultiBand
impl Unpin for GdalMultiBand
impl UnsafeUnpin for GdalMultiBand
impl UnwindSafe for GdalMultiBand
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