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_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for graphene_matrix_timpl Send for graphene_matrix_timpl Sync for graphene_matrix_timpl Unpin for graphene_matrix_timpl UnwindSafe for graphene_matrix_tBlanket Implementations
Mutably borrows from an owned value. Read more