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_tconstant: c_floatTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for graphene_plane_timpl Send for graphene_plane_timpl Sync for graphene_plane_timpl Unpin for graphene_plane_timpl UnwindSafe for graphene_plane_tBlanket Implementations
Mutably borrows from an owned value. Read more