#[repr(u8)]pub enum Ahbthrratio {
THRESZERO = 0,
THRESONE = 1,
THRESTWO = 2,
THRESTHREE = 3,
}Variants§
THRESZERO = 0
AHB threshold = MAC threshold
THRESONE = 1
AHB threshold = MAC threshold /2
THRESTWO = 2
AHB threshold = MAC threshold /4
THRESTHREE = 3
AHB threshold = MAC threshold /8
Implementations§
Source§impl Ahbthrratio
impl Ahbthrratio
Trait Implementations§
Source§impl Clone for Ahbthrratio
impl Clone for Ahbthrratio
Source§fn clone(&self) -> Ahbthrratio
fn clone(&self) -> Ahbthrratio
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 Ahbthrratio
impl Debug for Ahbthrratio
Source§impl From<Ahbthrratio> for u8
impl From<Ahbthrratio> for u8
Source§fn from(val: Ahbthrratio) -> u8
fn from(val: Ahbthrratio) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Ahbthrratio
impl From<u8> for Ahbthrratio
Source§fn from(val: u8) -> Ahbthrratio
fn from(val: u8) -> Ahbthrratio
Converts to this type from the input type.
Source§impl Ord for Ahbthrratio
impl Ord for Ahbthrratio
Source§fn cmp(&self, other: &Ahbthrratio) -> Ordering
fn cmp(&self, other: &Ahbthrratio) -> 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 Ahbthrratio
impl PartialEq for Ahbthrratio
Source§impl PartialOrd for Ahbthrratio
impl PartialOrd for Ahbthrratio
impl Copy for Ahbthrratio
impl Eq for Ahbthrratio
impl StructuralPartialEq for Ahbthrratio
Auto Trait Implementations§
impl Freeze for Ahbthrratio
impl RefUnwindSafe for Ahbthrratio
impl Send for Ahbthrratio
impl Sync for Ahbthrratio
impl Unpin for Ahbthrratio
impl UnwindSafe for Ahbthrratio
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)