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