pub struct ConvasepOptions {
pub layers: i32,
}
Expand description
Options for convasep operation
Fields§
§layers: i32
layers: i32
-> Use this many layers in approximation
min: 1, max: 1000, default: 5
Trait Implementations§
Source§impl Clone for ConvasepOptions
impl Clone for ConvasepOptions
Source§fn clone(&self) -> ConvasepOptions
fn clone(&self) -> ConvasepOptions
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 ConvasepOptions
impl Debug for ConvasepOptions
Auto Trait Implementations§
impl Freeze for ConvasepOptions
impl RefUnwindSafe for ConvasepOptions
impl Send for ConvasepOptions
impl Sync for ConvasepOptions
impl Unpin for ConvasepOptions
impl UnwindSafe for ConvasepOptions
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