Struct ctru_sys::DVLE_constEntry_s
source · #[repr(C)]pub struct DVLE_constEntry_s {
pub type_: u16_,
pub id: u16_,
pub data: [u32_; 4],
}
Expand description
DVLE constant entry data.
Fields§
§type_: u16_
< Constant type. See DVLE_constantType
id: u16_
< Constant ID.
data: [u32_; 4]
< Constant data.
Trait Implementations§
source§impl Clone for DVLE_constEntry_s
impl Clone for DVLE_constEntry_s
source§fn clone(&self) -> DVLE_constEntry_s
fn clone(&self) -> DVLE_constEntry_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 moresource§impl Debug for DVLE_constEntry_s
impl Debug for DVLE_constEntry_s
source§impl Default for DVLE_constEntry_s
impl Default for DVLE_constEntry_s
source§fn default() -> DVLE_constEntry_s
fn default() -> DVLE_constEntry_s
Returns the “default value” for a type. Read more