[−][src]Struct gba_types::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]
fn clone(&self) -> GeneratedSoundLeftRightEnabled[src]
fn clone_from(&mut self, source: &Self)1.0.0[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]
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 GeneratedSoundLeftRightEnabled[src]
fn cmp(&self, other: &GeneratedSoundLeftRightEnabled) -> 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<GeneratedSoundLeftRightEnabled> for GeneratedSoundLeftRightEnabled[src]
fn eq(&self, other: &GeneratedSoundLeftRightEnabled) -> bool[src]
fn ne(&self, other: &GeneratedSoundLeftRightEnabled) -> bool[src]
impl PartialOrd<GeneratedSoundLeftRightEnabled> for GeneratedSoundLeftRightEnabled[src]
fn partial_cmp(
&self,
other: &GeneratedSoundLeftRightEnabled
) -> Option<Ordering>[src]
&self,
other: &GeneratedSoundLeftRightEnabled
) -> Option<Ordering>
fn lt(&self, other: &GeneratedSoundLeftRightEnabled) -> bool[src]
fn le(&self, other: &GeneratedSoundLeftRightEnabled) -> bool[src]
fn gt(&self, other: &GeneratedSoundLeftRightEnabled) -> bool[src]
fn ge(&self, other: &GeneratedSoundLeftRightEnabled) -> bool[src]
impl StructuralEq for GeneratedSoundLeftRightEnabled[src]
impl StructuralPartialEq for GeneratedSoundLeftRightEnabled[src]
Auto Trait Implementations
impl Send for GeneratedSoundLeftRightEnabled
impl Sync for GeneratedSoundLeftRightEnabled
impl Unpin for GeneratedSoundLeftRightEnabled
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>,