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