#[repr(u32)]pub enum fe_rolloff {
ROLLOFF_35 = 0,
ROLLOFF_20 = 1,
ROLLOFF_25 = 2,
ROLLOFF_AUTO = 3,
}Variants§
Trait Implementations§
Source§impl Clone for fe_rolloff
impl Clone for fe_rolloff
Source§fn clone(&self) -> fe_rolloff
fn clone(&self) -> fe_rolloff
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for fe_rolloff
Source§impl Debug for fe_rolloff
impl Debug for fe_rolloff
impl Eq for fe_rolloff
Source§impl Hash for fe_rolloff
impl Hash for fe_rolloff
Source§impl PartialEq for fe_rolloff
impl PartialEq for fe_rolloff
Source§fn eq(&self, other: &fe_rolloff) -> bool
fn eq(&self, other: &fe_rolloff) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for fe_rolloff
Auto Trait Implementations§
impl Freeze for fe_rolloff
impl RefUnwindSafe for fe_rolloff
impl Send for fe_rolloff
impl Sync for fe_rolloff
impl Unpin for fe_rolloff
impl UnsafeUnpin for fe_rolloff
impl UnwindSafe for fe_rolloff
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