[−][src]Struct gba_types::InterruptFlagBits
Implementations
impl InterruptFlagBits[src]
#[must_use]pub fn vblank(self) -> bool[src]
#[must_use]pub fn hblank(self) -> bool[src]
#[must_use]pub fn vcount_match(self) -> bool[src]
#[must_use]pub fn timer0(self) -> bool[src]
#[must_use]pub fn timer1(self) -> bool[src]
#[must_use]pub fn timer2(self) -> bool[src]
#[must_use]pub fn timer3(self) -> bool[src]
#[must_use]pub fn serial_communication(self) -> bool[src]
#[must_use]pub fn dma0(self) -> bool[src]
#[must_use]pub fn dma1(self) -> bool[src]
#[must_use]pub fn dma2(self) -> bool[src]
#[must_use]pub fn dma3(self) -> bool[src]
#[must_use]pub fn keypad(self) -> bool[src]
#[must_use]pub fn game_pak(self) -> bool[src]
pub fn set_vblank(&mut self, vblank: bool)[src]
pub fn set_hblank(&mut self, hblank: bool)[src]
pub fn set_vcount_match(&mut self, vcount_match: bool)[src]
pub fn set_timer0(&mut self, timer0: bool)[src]
pub fn set_timer1(&mut self, timer1: bool)[src]
pub fn set_timer2(&mut self, timer2: bool)[src]
pub fn set_timer3(&mut self, timer3: bool)[src]
pub fn set_serial_communication(&mut self, serial_communication: bool)[src]
pub fn set_dma0(&mut self, dma0: bool)[src]
pub fn set_dma1(&mut self, dma1: bool)[src]
pub fn set_dma2(&mut self, dma2: bool)[src]
pub fn set_dma3(&mut self, dma3: bool)[src]
pub fn set_keypad(&mut self, keypad: bool)[src]
pub fn set_game_pak(&mut self, game_pak: bool)[src]
Trait Implementations
impl Clone for InterruptFlagBits[src]
fn clone(&self) -> InterruptFlagBits[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for InterruptFlagBits[src]
impl Debug for InterruptFlagBits[src]
impl Default for InterruptFlagBits[src]
fn default() -> InterruptFlagBits[src]
impl Eq for InterruptFlagBits[src]
impl Hash for InterruptFlagBits[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl Ord for InterruptFlagBits[src]
fn cmp(&self, other: &InterruptFlagBits) -> Ordering[src]
#[must_use]fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self[src]
impl PartialEq<InterruptFlagBits> for InterruptFlagBits[src]
fn eq(&self, other: &InterruptFlagBits) -> bool[src]
fn ne(&self, other: &InterruptFlagBits) -> bool[src]
impl PartialOrd<InterruptFlagBits> for InterruptFlagBits[src]
fn partial_cmp(&self, other: &InterruptFlagBits) -> Option<Ordering>[src]
fn lt(&self, other: &InterruptFlagBits) -> bool[src]
fn le(&self, other: &InterruptFlagBits) -> bool[src]
fn gt(&self, other: &InterruptFlagBits) -> bool[src]
fn ge(&self, other: &InterruptFlagBits) -> bool[src]
impl StructuralEq for InterruptFlagBits[src]
impl StructuralPartialEq for InterruptFlagBits[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,