#[repr(C)]pub struct ClutterPoint {
pub x: c_float,
pub y: c_float,
}
Fields§
§x: c_float
§y: c_float
Trait Implementations§
Source§impl Clone for ClutterPoint
impl Clone for ClutterPoint
Source§fn clone(&self) -> ClutterPoint
fn clone(&self) -> ClutterPoint
Returns a duplicate 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 ClutterPoint
impl Debug for ClutterPoint
impl Copy for ClutterPoint
Auto Trait Implementations§
impl Freeze for ClutterPoint
impl RefUnwindSafe for ClutterPoint
impl Send for ClutterPoint
impl Sync for ClutterPoint
impl Unpin for ClutterPoint
impl UnwindSafe for ClutterPoint
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