Struct ctru_sys::gxCmdEntry_s__bindgen_ty_1
source · #[repr(C)]pub struct gxCmdEntry_s__bindgen_ty_1 {
pub type_: u8_,
pub unk1: u8_,
pub unk2: u8_,
pub unk3: u8_,
pub args: [u32_; 7],
}
Fields§
§type_: u8_
< Command type
unk1: u8_
§unk2: u8_
§unk3: u8_
§args: [u32_; 7]
< Command arguments
Trait Implementations§
source§impl Clone for gxCmdEntry_s__bindgen_ty_1
impl Clone for gxCmdEntry_s__bindgen_ty_1
source§fn clone(&self) -> gxCmdEntry_s__bindgen_ty_1
fn clone(&self) -> gxCmdEntry_s__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 gxCmdEntry_s__bindgen_ty_1
impl Debug for gxCmdEntry_s__bindgen_ty_1
source§impl Default for gxCmdEntry_s__bindgen_ty_1
impl Default for gxCmdEntry_s__bindgen_ty_1
source§fn default() -> gxCmdEntry_s__bindgen_ty_1
fn default() -> gxCmdEntry_s__bindgen_ty_1
Returns the “default value” for a type. Read more