[][src]Enum gba_hal::data::TimerTickRate

#[repr(u8)]
pub enum TimerTickRate { CPU1, CPU64, CPU256, CPU1024, }

Controls DMA starting time

Variants

CPU1

Once every CPU cycle

CPU64

Once per 64 CPU cycles

CPU256

Once per 256 CPU cycles

CPU1024

Once per 1,024 CPU cycles

Trait Implementations

impl PartialEq<TimerTickRate> for TimerTickRate[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]

This method tests for !=.

impl Eq for TimerTickRate[src]

impl Debug for TimerTickRate[src]

impl Copy for TimerTickRate[src]

impl Clone for TimerTickRate[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]