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