pub enum ZSmooth {
Fast,
False,
}Variants
Fast
False
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ZSmooth
impl Send for ZSmooth
impl Sync for ZSmooth
impl Unpin for ZSmooth
impl UnwindSafe for ZSmooth
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more