[][src]Struct gba_types::GeneratedSoundLeftRightEnabled

#[repr(transparent)]pub struct GeneratedSoundLeftRightEnabled(_);

Implementations

impl GeneratedSoundLeftRightEnabled[src]

#[must_use]pub fn right_sound_1_enabled(self) -> bool[src]

#[must_use]pub fn right_sound_2_enabled(self) -> bool[src]

#[must_use]pub fn right_sound_3_enabled(self) -> bool[src]

#[must_use]pub fn right_sound_4_enabled(self) -> bool[src]

#[must_use]pub fn left_sound_1_enabled(self) -> bool[src]

#[must_use]pub fn left_sound_2_enabled(self) -> bool[src]

#[must_use]pub fn left_sound_3_enabled(self) -> bool[src]

#[must_use]pub fn left_sound_4_enabled(self) -> bool[src]

pub fn set_right_sound_1_enabled(&mut self, right_sound_1_enabled: bool)[src]

pub fn set_right_sound_2_enabled(&mut self, right_sound_2_enabled: bool)[src]

pub fn set_right_sound_3_enabled(&mut self, right_sound_3_enabled: bool)[src]

pub fn set_right_sound_4_enabled(&mut self, right_sound_4_enabled: bool)[src]

pub fn set_left_sound_1_enabled(&mut self, left_sound_1_enabled: bool)[src]

pub fn set_left_sound_2_enabled(&mut self, left_sound_2_enabled: bool)[src]

pub fn set_left_sound_3_enabled(&mut self, left_sound_3_enabled: bool)[src]

pub fn set_left_sound_4_enabled(&mut self, left_sound_4_enabled: bool)[src]

Trait Implementations

impl Clone for GeneratedSoundLeftRightEnabled[src]

impl Copy for GeneratedSoundLeftRightEnabled[src]

impl Debug for GeneratedSoundLeftRightEnabled[src]

impl Default for GeneratedSoundLeftRightEnabled[src]

impl Eq for GeneratedSoundLeftRightEnabled[src]

impl Hash for GeneratedSoundLeftRightEnabled[src]

impl Ord for GeneratedSoundLeftRightEnabled[src]

impl PartialEq<GeneratedSoundLeftRightEnabled> for GeneratedSoundLeftRightEnabled[src]

impl PartialOrd<GeneratedSoundLeftRightEnabled> for GeneratedSoundLeftRightEnabled[src]

impl StructuralEq for GeneratedSoundLeftRightEnabled[src]

impl StructuralPartialEq for GeneratedSoundLeftRightEnabled[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

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> 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.