pub struct ExtractBandOptions {
pub n: i32,
}
Expand description
Options for extract_band operation
Fields§
§n: i32
n: i32
-> Number of bands to extract
min: 1, max: 10000000, default: 1
Trait Implementations§
Source§impl Clone for ExtractBandOptions
impl Clone for ExtractBandOptions
Source§fn clone(&self) -> ExtractBandOptions
fn clone(&self) -> ExtractBandOptions
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 ExtractBandOptions
impl Debug for ExtractBandOptions
Auto Trait Implementations§
impl Freeze for ExtractBandOptions
impl RefUnwindSafe for ExtractBandOptions
impl Send for ExtractBandOptions
impl Sync for ExtractBandOptions
impl Unpin for ExtractBandOptions
impl UnwindSafe for ExtractBandOptions
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