[−][src]Struct gba_types::ToneSweep
Implementations
impl ToneSweep[src]
#[must_use]pub fn sweep_shift_count(self) -> u8[src]
#[must_use]pub fn decreasing_sweep(self) -> bool[src]
#[must_use]pub fn sweep_time_chunk(self) -> u8[src]
pub fn set_sweep_shift_count(&mut self, sweep_shift_count: u8)[src]
pub fn set_decreasing_sweep(&mut self, decreasing_sweep: bool)[src]
pub fn set_sweep_time_chunk(&mut self, sweep_time_chunk: u8)[src]
Trait Implementations
impl Clone for ToneSweep[src]
fn clone(&self) -> ToneSweep[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for ToneSweep[src]
impl Debug for ToneSweep[src]
impl Default for ToneSweep[src]
impl Eq for ToneSweep[src]
impl Hash for ToneSweep[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 ToneSweep[src]
fn cmp(&self, other: &ToneSweep) -> 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<ToneSweep> for ToneSweep[src]
impl PartialOrd<ToneSweep> for ToneSweep[src]
fn partial_cmp(&self, other: &ToneSweep) -> Option<Ordering>[src]
fn lt(&self, other: &ToneSweep) -> bool[src]
fn le(&self, other: &ToneSweep) -> bool[src]
fn gt(&self, other: &ToneSweep) -> bool[src]
fn ge(&self, other: &ToneSweep) -> bool[src]
impl StructuralEq for ToneSweep[src]
impl StructuralPartialEq for ToneSweep[src]
Auto Trait Implementations
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>,