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