[−][src]Struct gtk::Allocation
Fields
x: i32y: i32width: i32height: i32Methods
impl Rectangle[src]
pub fn intersect(&self, other: &Rectangle) -> Option<Rectangle>[src]
pub fn union(&self, other: &Rectangle) -> Rectangle[src]
Trait Implementations
impl AsRef<RectangleInt> for Rectangle[src]
impl Clone for Rectangle[src]
impl Copy for Rectangle[src]
impl Debug for Rectangle[src]
impl Eq for Rectangle[src]
impl From<RectangleInt> for Rectangle[src]
impl<'a> FromValueOptional<'a> for Rectangle[src]
unsafe fn from_value_optional(value: &'a Value) -> Option<Rectangle>[src]
impl Hash for Rectangle[src]
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher, [src]
__H: Hasher,
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl PartialEq<Rectangle> for Rectangle[src]
impl SetValue for Rectangle[src]
impl SetValueOptional for Rectangle[src]
unsafe fn set_value_optional(value: &mut Value, this: Option<&Rectangle>)[src]
impl StaticType for Rectangle[src]
fn static_type() -> Type[src]
impl StructuralEq for Rectangle[src]
impl StructuralPartialEq for Rectangle[src]
Auto Trait Implementations
impl RefUnwindSafe for Rectangle
impl Send for Rectangle
impl Sync for Rectangle
impl Unpin for Rectangle
impl UnwindSafe for Rectangle
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T> ToSendValue for T where
T: ToValue + SetValue + Send + ?Sized, [src]
T: ToValue + SetValue + Send + ?Sized,
fn to_send_value(&self) -> SendValue[src]
impl<T> ToValue for T where
T: SetValue + ?Sized, [src]
T: SetValue + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,