Union ctru_sys::gxCmdEntry_s
source · #[repr(C)]
pub union gxCmdEntry_s {
pub data: [u32_; 8],
pub __bindgen_anon_1: gxCmdEntry_s__bindgen_ty_1,
}
Expand description
GX command entry
Fields§
§data: [u32_; 8]
< Raw command data
__bindgen_anon_1: gxCmdEntry_s__bindgen_ty_1
Trait Implementations§
source§impl Clone for gxCmdEntry_s
impl Clone for gxCmdEntry_s
source§fn clone(&self) -> gxCmdEntry_s
fn clone(&self) -> gxCmdEntry_s
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