Struct citro3d_sys::C3D_BufCfg
source · #[repr(C)]pub struct C3D_BufCfg {
pub offset: u32_,
pub flags: [u32_; 2],
}
Fields§
§offset: u32_
§flags: [u32_; 2]
Trait Implementations§
source§impl Clone for C3D_BufCfg
impl Clone for C3D_BufCfg
source§fn clone(&self) -> C3D_BufCfg
fn clone(&self) -> C3D_BufCfg
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