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