#[repr(i32)]pub enum NoiseType {
White = 0,
Pink = 1,
Brownish = 2,
Blueish = 3,
}Expand description
Noise types
Variants§
Trait Implementations§
Source§impl PartialOrd for NoiseType
impl PartialOrd for NoiseType
impl Copy for NoiseType
impl StructuralPartialEq for NoiseType
Auto Trait Implementations§
impl Freeze for NoiseType
impl RefUnwindSafe for NoiseType
impl Send for NoiseType
impl Sync for NoiseType
impl Unpin for NoiseType
impl UnwindSafe for NoiseType
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