#[repr(u32)]pub enum fe_rolloff {
ROLLOFF_35 = 0,
ROLLOFF_20 = 1,
ROLLOFF_25 = 2,
ROLLOFF_AUTO = 3,
ROLLOFF_15 = 4,
ROLLOFF_10 = 5,
ROLLOFF_5 = 6,
}
Variants§
ROLLOFF_35 = 0
ROLLOFF_20 = 1
ROLLOFF_25 = 2
ROLLOFF_AUTO = 3
ROLLOFF_15 = 4
ROLLOFF_10 = 5
ROLLOFF_5 = 6
Implementations§
Source§impl fe_rolloff
impl fe_rolloff
pub const fn from_repr(discriminant: u32) -> Option<fe_rolloff>
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 · 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 fe_rolloff
impl Debug for fe_rolloff
Source§impl FromStr for fe_rolloff
impl FromStr for fe_rolloff
Source§impl PartialEq for fe_rolloff
impl PartialEq for fe_rolloff
Source§impl TryFrom<&str> for fe_rolloff
impl TryFrom<&str> for fe_rolloff
impl Copy for fe_rolloff
impl Eq for fe_rolloff
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 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