#[non_exhaustive]pub struct ResamplingConfigInput { /* private fields */ }
Expand description
Implementations§
source§impl ResamplingConfigInput
impl ResamplingConfigInput
sourcepub fn output_resolution(&self) -> Option<&OutputResolutionResamplingInput>
pub fn output_resolution(&self) -> Option<&OutputResolutionResamplingInput>
sourcepub fn algorithm_name(&self) -> Option<&AlgorithmNameResampling>
pub fn algorithm_name(&self) -> Option<&AlgorithmNameResampling>
The name of the algorithm used for resampling.
sourcepub fn target_bands(&self) -> Option<&[String]>
pub fn target_bands(&self) -> Option<&[String]>
source§impl ResamplingConfigInput
impl ResamplingConfigInput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ResamplingConfigInput
.
Trait Implementations§
source§impl Clone for ResamplingConfigInput
impl Clone for ResamplingConfigInput
source§fn clone(&self) -> ResamplingConfigInput
fn clone(&self) -> ResamplingConfigInput
Returns a copy 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 ResamplingConfigInput
impl Debug for ResamplingConfigInput
source§impl PartialEq<ResamplingConfigInput> for ResamplingConfigInput
impl PartialEq<ResamplingConfigInput> for ResamplingConfigInput
source§fn eq(&self, other: &ResamplingConfigInput) -> bool
fn eq(&self, other: &ResamplingConfigInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.