#[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 duplicate of the value. Read more
1.0.0§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 Default for int_provider_type
impl Default 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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)