#[repr(u8)]pub enum float_provider_type {
constant = 0,
uniform = 1,
clamped_normal = 2,
trapezoid = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for float_provider_type
impl Clone for float_provider_type
Source§fn clone(&self) -> float_provider_type
fn clone(&self) -> float_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 float_provider_type
impl Debug for float_provider_type
Source§impl Display for float_provider_type
impl Display for float_provider_type
Source§impl Hash for float_provider_type
impl Hash for float_provider_type
Source§impl PartialEq for float_provider_type
impl PartialEq for float_provider_type
Source§impl Write for float_provider_type
impl Write for float_provider_type
impl Copy for float_provider_type
impl Eq for float_provider_type
impl StructuralPartialEq for float_provider_type
Auto Trait Implementations§
impl Freeze for float_provider_type
impl RefUnwindSafe for float_provider_type
impl Send for float_provider_type
impl Sync for float_provider_type
impl Unpin for float_provider_type
impl UnwindSafe for float_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