pub struct ExpDevBands { /* private fields */ }Expand description
Exponential Deviation Bands
Implementations§
Trait Implementations§
Source§impl Clone for ExpDevBands
impl Clone for ExpDevBands
Source§fn clone(&self) -> ExpDevBands
fn clone(&self) -> ExpDevBands
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ExpDevBands
impl Debug for ExpDevBands
Auto Trait Implementations§
impl Freeze for ExpDevBands
impl RefUnwindSafe for ExpDevBands
impl Send for ExpDevBands
impl Sync for ExpDevBands
impl Unpin for ExpDevBands
impl UnsafeUnpin for ExpDevBands
impl UnwindSafe for ExpDevBands
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