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