pub enum Averaging {
Disabled,
Samples2,
Samples4,
Samples8,
Samples16,
Samples32,
Samples64,
Samples128,
Samples256,
Samples512,
Samples1024,
}
Expand description
Number of samples used for averaging.
Variants§
Disabled
Samples2
Samples4
Samples8
Samples16
Samples32
Samples64
Samples128
Samples256
Samples512
Samples1024
Auto Trait Implementations§
impl Freeze for Averaging
impl RefUnwindSafe for Averaging
impl Send for Averaging
impl Sync for Averaging
impl Unpin for Averaging
impl UnwindSafe for Averaging
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