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