Struct cairo::RectangleInt
source · [−]Fields
x: i32y: i32width: i32height: i32Implementations
sourceimpl RectangleInt
impl RectangleInt
pub fn to_raw_none(&self) -> *mut cairo_rectangle_int_t
Trait Implementations
sourceimpl Clone for RectangleInt
impl Clone for RectangleInt
sourcefn clone(&self) -> RectangleInt
fn clone(&self) -> RectangleInt
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 moresourceimpl Debug for RectangleInt
impl Debug for RectangleInt
sourceimpl Display for RectangleInt
impl Display for RectangleInt
sourceimpl<'a> FromValueOptional<'a> for RectangleInt
impl<'a> FromValueOptional<'a> for RectangleInt
unsafe fn from_value_optional(v: &'a Value) -> Option<Self>
sourceimpl Hash for RectangleInt
impl Hash for RectangleInt
sourceimpl PartialEq<RectangleInt> for RectangleInt
impl PartialEq<RectangleInt> for RectangleInt
sourcefn eq(&self, other: &RectangleInt) -> bool
fn eq(&self, other: &RectangleInt) -> bool
sourceimpl SetValueOptional for RectangleInt
impl SetValueOptional for RectangleInt
unsafe fn set_value_optional(v: &mut Value, s: Option<&Self>)
sourceimpl StaticType for RectangleInt
impl StaticType for RectangleInt
sourcefn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self.impl Copy for RectangleInt
impl Eq for RectangleInt
impl StructuralEq for RectangleInt
impl StructuralPartialEq for RectangleInt
Auto Trait Implementations
impl RefUnwindSafe for RectangleInt
impl Send for RectangleInt
impl Sync for RectangleInt
impl Unpin for RectangleInt
impl UnwindSafe for RectangleInt
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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
sourceimpl<T> ToSendValue for Twhere
T: SetValue + Send + ToValue + ?Sized,
impl<T> ToSendValue for Twhere
T: SetValue + Send + ToValue + ?Sized,
sourcefn to_send_value(&self) -> SendValue
fn to_send_value(&self) -> SendValue
Returns a
SendValue clone of self.