Struct ctru_sys::MVDSTD_OutputBuffersEntryList
source · #[repr(C)]pub struct MVDSTD_OutputBuffersEntryList {
pub total_entries: u32_,
pub entries: [MVDSTD_OutputBuffersEntry; 17],
}
Fields§
§total_entries: u32_
§entries: [MVDSTD_OutputBuffersEntry; 17]
Trait Implementations§
source§impl Clone for MVDSTD_OutputBuffersEntryList
impl Clone for MVDSTD_OutputBuffersEntryList
source§fn clone(&self) -> MVDSTD_OutputBuffersEntryList
fn clone(&self) -> MVDSTD_OutputBuffersEntryList
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