[][src]Struct gba_types::DmaSoundMixVolumeControl

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

Implementations

impl DmaSoundMixVolumeControl[src]

#[must_use]pub fn generated_volume(self) -> GeneratedSoundMixingVolume[src]

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

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

pub fn set_generated_volume(
    &mut self,
    generated_volume: GeneratedSoundMixingVolume
)
[src]

pub fn set_sound_a_full(&mut self, sound_a_full: bool)[src]

pub fn set_sound_b_full(&mut self, sound_b_full: bool)[src]

Trait Implementations

impl Clone for DmaSoundMixVolumeControl[src]

impl Copy for DmaSoundMixVolumeControl[src]

impl Debug for DmaSoundMixVolumeControl[src]

impl Default for DmaSoundMixVolumeControl[src]

impl Eq for DmaSoundMixVolumeControl[src]

impl Hash for DmaSoundMixVolumeControl[src]

impl Ord for DmaSoundMixVolumeControl[src]

impl PartialEq<DmaSoundMixVolumeControl> for DmaSoundMixVolumeControl[src]

impl PartialOrd<DmaSoundMixVolumeControl> for DmaSoundMixVolumeControl[src]

impl StructuralEq for DmaSoundMixVolumeControl[src]

impl StructuralPartialEq for DmaSoundMixVolumeControl[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.