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