Union ctru_sys::CSND_ChnInfo
source · #[repr(C)]
pub union CSND_ChnInfo {
pub value: [u32_; 3],
pub __bindgen_anon_1: CSND_ChnInfo__bindgen_ty_1,
}
Expand description
Channel info.
Fields§
§value: [u32_; 3]
< Raw values.
__bindgen_anon_1: CSND_ChnInfo__bindgen_ty_1
Trait Implementations§
source§impl Clone for CSND_ChnInfo
impl Clone for CSND_ChnInfo
source§fn clone(&self) -> CSND_ChnInfo
fn clone(&self) -> CSND_ChnInfo
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 more