Struct ctru_sys::DVLE_outEntry_s
source · #[repr(C)]pub struct DVLE_outEntry_s {
pub type_: u16_,
pub regID: u16_,
pub mask: u8_,
pub unk: [u8_; 3],
}
Expand description
DVLE output entry data.
Fields§
§type_: u16_
< Output type. See DVLE_outputAttribute_t
regID: u16_
< Output register ID.
mask: u8_
< Output mask.
unk: [u8_; 3]
< Unknown.
Trait Implementations§
source§impl Clone for DVLE_outEntry_s
impl Clone for DVLE_outEntry_s
source§fn clone(&self) -> DVLE_outEntry_s
fn clone(&self) -> DVLE_outEntry_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_outEntry_s
impl Debug for DVLE_outEntry_s
source§impl Default for DVLE_outEntry_s
impl Default for DVLE_outEntry_s
source§fn default() -> DVLE_outEntry_s
fn default() -> DVLE_outEntry_s
Returns the “default value” for a type. Read more