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