Struct graphene_sys::graphene_matrix_t [−][src]
#[repr(C)]#[repr(align(16))]pub struct graphene_matrix_t { pub value: graphene_simd4x4f_t, }
Fields
value: graphene_simd4x4f_t
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for graphene_matrix_t
impl Send for graphene_matrix_t
impl Sync for graphene_matrix_t
impl Unpin for graphene_matrix_t
impl UnwindSafe for graphene_matrix_t
Blanket Implementations
Mutably borrows from an owned value. Read more