Struct graphene_sys::graphene_point_t
source · [−]Fields
x: c_float
y: c_float
Trait Implementations
sourceimpl Clone for graphene_point_t
impl Clone for graphene_point_t
sourcefn clone(&self) -> graphene_point_t
fn clone(&self) -> graphene_point_t
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for graphene_point_t
impl Debug for graphene_point_t
impl Copy for graphene_point_t
Auto Trait Implementations
impl RefUnwindSafe for graphene_point_t
impl Send for graphene_point_t
impl Sync for graphene_point_t
impl Unpin for graphene_point_t
impl UnwindSafe for graphene_point_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more