#[repr(u8)]pub enum int_provider_type {
constant = 0,
uniform = 1,
biased_to_bottom = 2,
clamped = 3,
weighted_list = 4,
clamped_normal = 5,
}Variants§
Implementations§
Trait Implementations§
source§impl Clone for int_provider_type
impl Clone for int_provider_type
source§fn clone(&self) -> int_provider_type
fn clone(&self) -> int_provider_type
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 moresource§impl Debug for int_provider_type
impl Debug for int_provider_type
source§impl Display for int_provider_type
impl Display for int_provider_type
source§impl Hash for int_provider_type
impl Hash for int_provider_type
source§impl PartialEq for int_provider_type
impl PartialEq for int_provider_type
source§fn eq(&self, other: &int_provider_type) -> bool
fn eq(&self, other: &int_provider_type) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Write for int_provider_type
impl Write for int_provider_type
impl Copy for int_provider_type
impl Eq for int_provider_type
impl StructuralEq for int_provider_type
impl StructuralPartialEq for int_provider_type
Auto Trait Implementations§
impl RefUnwindSafe for int_provider_type
impl Send for int_provider_type
impl Sync for int_provider_type
impl Unpin for int_provider_type
impl UnwindSafe for int_provider_type
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