#[repr(C)]pub struct graphene_plane_t {
pub normal: graphene_vec3_t,
pub constant: c_float,
}
Fields§
§normal: graphene_vec3_t
§constant: c_float
Trait Implementations§
Source§impl Clone for graphene_plane_t
impl Clone for graphene_plane_t
Source§fn clone(&self) -> graphene_plane_t
fn clone(&self) -> graphene_plane_t
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for graphene_plane_t
impl Debug for graphene_plane_t
impl Copy for graphene_plane_t
Auto Trait Implementations§
impl Freeze for graphene_plane_t
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)