#[repr(u32)]pub enum Enum_Unnamed35 {
BUGGY_KINDERMAN_RAMAGE = 0,
AHRENS_DIETER = 1,
BOX_MULLER = 2,
USER_NORM = 3,
INVERSION = 4,
KINDERMAN_RAMAGE = 5,
}
Variants§
BUGGY_KINDERMAN_RAMAGE = 0
AHRENS_DIETER = 1
BOX_MULLER = 2
USER_NORM = 3
INVERSION = 4
KINDERMAN_RAMAGE = 5
Trait Implementations§
Source§impl Clone for Enum_Unnamed35
impl Clone for Enum_Unnamed35
Source§fn clone(&self) -> Enum_Unnamed35
fn clone(&self) -> Enum_Unnamed35
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for Enum_Unnamed35
Auto Trait Implementations§
impl Freeze for Enum_Unnamed35
impl RefUnwindSafe for Enum_Unnamed35
impl Send for Enum_Unnamed35
impl Sync for Enum_Unnamed35
impl Unpin for Enum_Unnamed35
impl UnwindSafe for Enum_Unnamed35
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