#[repr(u8)]pub enum Perschintvl {
MF25 = 0,
MF50 = 1,
MF75 = 2,
_RESERVED_3 = 3,
}Variants§
MF25 = 0
25 percent of (micro)Frame
MF50 = 1
50 percent of (micro)Frame
MF75 = 2
75 percent of (micro)Frame
_RESERVED_3 = 3
Implementations§
Source§impl Perschintvl
impl Perschintvl
Trait Implementations§
Source§impl Clone for Perschintvl
impl Clone for Perschintvl
Source§fn clone(&self) -> Perschintvl
fn clone(&self) -> Perschintvl
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 Perschintvl
impl Debug for Perschintvl
Source§impl From<Perschintvl> for u8
impl From<Perschintvl> for u8
Source§fn from(val: Perschintvl) -> u8
fn from(val: Perschintvl) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Perschintvl
impl From<u8> for Perschintvl
Source§fn from(val: u8) -> Perschintvl
fn from(val: u8) -> Perschintvl
Converts to this type from the input type.
Source§impl Ord for Perschintvl
impl Ord for Perschintvl
Source§fn cmp(&self, other: &Perschintvl) -> Ordering
fn cmp(&self, other: &Perschintvl) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Perschintvl
impl PartialEq for Perschintvl
Source§impl PartialOrd for Perschintvl
impl PartialOrd for Perschintvl
impl Copy for Perschintvl
impl Eq for Perschintvl
impl StructuralPartialEq for Perschintvl
Auto Trait Implementations§
impl Freeze for Perschintvl
impl RefUnwindSafe for Perschintvl
impl Send for Perschintvl
impl Sync for Perschintvl
impl Unpin for Perschintvl
impl UnwindSafe for Perschintvl
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)