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