#[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§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 StructuralPartialEq for int_provider_type
Auto Trait Implementations§
impl Freeze for int_provider_type
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