pub struct Scott;
Expand description
Scott’s rule for bandwidth selection.
Trait Implementations
impl Copy for Scott
Auto Trait Implementations
impl RefUnwindSafe for Scott
impl Send for Scott
impl Sync for Scott
impl Unpin for Scott
impl UnwindSafe for Scott
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