pub struct BandfoldOptions {
pub factor: i32,
}
Expand description
Options for bandfold operation
Fields§
§factor: i32
factor: i32
-> Fold by this factor
min: 0, max: 10000000, default: 0
Trait Implementations§
Source§impl Clone for BandfoldOptions
impl Clone for BandfoldOptions
Source§fn clone(&self) -> BandfoldOptions
fn clone(&self) -> BandfoldOptions
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 BandfoldOptions
impl Debug for BandfoldOptions
Auto Trait Implementations§
impl Freeze for BandfoldOptions
impl RefUnwindSafe for BandfoldOptions
impl Send for BandfoldOptions
impl Sync for BandfoldOptions
impl Unpin for BandfoldOptions
impl UnwindSafe for BandfoldOptions
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