[][src]Struct gba_types::NoiseLengthEnvelope

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

Implementations

impl NoiseLengthEnvelope[src]

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

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

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

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

pub fn set_length(&mut self, length: u16)[src]

pub fn set_envelope_step_time(&mut self, envelope_step_time: u16)[src]

pub fn set_increasing_envelope(&mut self, increasing_envelope: bool)[src]

pub fn set_initial_volume(&mut self, initial_volume: u16)[src]

Trait Implementations

impl Clone for NoiseLengthEnvelope[src]

impl Copy for NoiseLengthEnvelope[src]

impl Debug for NoiseLengthEnvelope[src]

impl Default for NoiseLengthEnvelope[src]

impl Eq for NoiseLengthEnvelope[src]

impl Hash for NoiseLengthEnvelope[src]

impl Ord for NoiseLengthEnvelope[src]

impl PartialEq<NoiseLengthEnvelope> for NoiseLengthEnvelope[src]

impl PartialOrd<NoiseLengthEnvelope> for NoiseLengthEnvelope[src]

impl StructuralEq for NoiseLengthEnvelope[src]

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