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