[][src]Struct gba_types::SoundBiasSetting

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

Implementations

impl SoundBiasSetting[src]

#[must_use]pub fn bias_level(self) -> u16[src]

#[must_use]pub fn sampling_cycle(self) -> SoundBiasSamplingSetting[src]

pub fn set_bias_level(&mut self, bias_level: u16)[src]

pub fn set_sampling_cycle(&mut self, sampling_cycle: SoundBiasSamplingSetting)[src]

Trait Implementations

impl Clone for SoundBiasSetting[src]

impl Copy for SoundBiasSetting[src]

impl Debug for SoundBiasSetting[src]

impl Default for SoundBiasSetting[src]

impl Eq for SoundBiasSetting[src]

impl Hash for SoundBiasSetting[src]

impl Ord for SoundBiasSetting[src]

impl PartialEq<SoundBiasSetting> for SoundBiasSetting[src]

impl PartialOrd<SoundBiasSetting> for SoundBiasSetting[src]

impl StructuralEq for SoundBiasSetting[src]

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