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