#[repr(u8)]pub enum RamAutoClkGatingEn {
RAM_AUTO_CLK_GATING_EN_0 = 0,
RAM_AUTO_CLK_GATING_EN_1 = 1,
}Variants§
RAM_AUTO_CLK_GATING_EN_0 = 0
disable automatically gate off RAM clock
RAM_AUTO_CLK_GATING_EN_1 = 1
enable automatically gate off RAM clock
Implementations§
Trait Implementations§
Source§impl Clone for RamAutoClkGatingEn
impl Clone for RamAutoClkGatingEn
Source§fn clone(&self) -> RamAutoClkGatingEn
fn clone(&self) -> RamAutoClkGatingEn
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 RamAutoClkGatingEn
impl Debug for RamAutoClkGatingEn
Source§impl From<RamAutoClkGatingEn> for u8
impl From<RamAutoClkGatingEn> for u8
Source§fn from(val: RamAutoClkGatingEn) -> u8
fn from(val: RamAutoClkGatingEn) -> u8
Converts to this type from the input type.
Source§impl From<u8> for RamAutoClkGatingEn
impl From<u8> for RamAutoClkGatingEn
Source§fn from(val: u8) -> RamAutoClkGatingEn
fn from(val: u8) -> RamAutoClkGatingEn
Converts to this type from the input type.
Source§impl Ord for RamAutoClkGatingEn
impl Ord for RamAutoClkGatingEn
Source§fn cmp(&self, other: &RamAutoClkGatingEn) -> Ordering
fn cmp(&self, other: &RamAutoClkGatingEn) -> 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 RamAutoClkGatingEn
impl PartialEq for RamAutoClkGatingEn
Source§impl PartialOrd for RamAutoClkGatingEn
impl PartialOrd for RamAutoClkGatingEn
impl Copy for RamAutoClkGatingEn
impl Eq for RamAutoClkGatingEn
impl StructuralPartialEq for RamAutoClkGatingEn
Auto Trait Implementations§
impl Freeze for RamAutoClkGatingEn
impl RefUnwindSafe for RamAutoClkGatingEn
impl Send for RamAutoClkGatingEn
impl Sync for RamAutoClkGatingEn
impl Unpin for RamAutoClkGatingEn
impl UnwindSafe for RamAutoClkGatingEn
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