Struct ctru_sys::CSND_ChnInfo__bindgen_ty_1
source · #[repr(C)]pub struct CSND_ChnInfo__bindgen_ty_1 {
pub active: u8_,
pub _pad1: u8_,
pub _pad2: u16_,
pub adpcmSample: s16,
pub adpcmIndex: u8_,
pub _pad3: u8_,
pub unknownZero: u32_,
}
Fields§
§active: u8_
< Channel active.
_pad1: u8_
< Padding.
_pad2: u16_
< Padding.
adpcmSample: s16
< Current ADPCM sample.
adpcmIndex: u8_
< Current ADPCM index.
_pad3: u8_
< Padding.
unknownZero: u32_
< Unknown.
Trait Implementations§
source§impl Clone for CSND_ChnInfo__bindgen_ty_1
impl Clone for CSND_ChnInfo__bindgen_ty_1
source§fn clone(&self) -> CSND_ChnInfo__bindgen_ty_1
fn clone(&self) -> CSND_ChnInfo__bindgen_ty_1
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CSND_ChnInfo__bindgen_ty_1
impl Debug for CSND_ChnInfo__bindgen_ty_1
source§impl Default for CSND_ChnInfo__bindgen_ty_1
impl Default for CSND_ChnInfo__bindgen_ty_1
source§fn default() -> CSND_ChnInfo__bindgen_ty_1
fn default() -> CSND_ChnInfo__bindgen_ty_1
Returns the “default value” for a type. Read more