pub struct BandrankOptions {
pub index: i32,
}
Expand description
Options for bandrank operation
Fields§
§index: i32
index: i32
-> Select this band element from sorted list
min: -1, max: 1000000, default: -1
Trait Implementations§
Source§impl Clone for BandrankOptions
impl Clone for BandrankOptions
Source§fn clone(&self) -> BandrankOptions
fn clone(&self) -> BandrankOptions
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 BandrankOptions
impl Debug for BandrankOptions
Auto Trait Implementations§
impl Freeze for BandrankOptions
impl RefUnwindSafe for BandrankOptions
impl Send for BandrankOptions
impl Sync for BandrankOptions
impl Unpin for BandrankOptions
impl UnwindSafe for BandrankOptions
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