[−][src]Struct conrod_core::text::rt::Rect
A rectangle, with top-left corner at min
, and bottom-right corner at
max
.
Fields
min: Point<N>
max: Point<N>
Implementations
impl<N> Rect<N> where
N: Copy + Sub<N, Output = N>,
[src][−]
N: Copy + Sub<N, Output = N>,
Trait Implementations
impl<N> Clone for Rect<N> where
N: Clone,
[src][+]
N: Clone,
impl<N> Copy for Rect<N> where
N: Copy,
[src]
N: Copy,
impl<N> Debug for Rect<N> where
N: Debug,
[src][+]
N: Debug,
impl<N> Default for Rect<N> where
N: Default,
[src][+]
N: Default,
impl<N> Eq for Rect<N> where
N: Eq,
[src]
N: Eq,
impl<N> Hash for Rect<N> where
N: Hash,
[src][+]
N: Hash,
impl<N> Ord for Rect<N> where
N: Ord,
[src][+]
N: Ord,
impl<N> PartialEq<Rect<N>> for Rect<N> where
N: PartialEq<N>,
[src][+]
N: PartialEq<N>,
impl<N> PartialOrd<Rect<N>> for Rect<N> where
N: PartialOrd<N>,
[src][+]
N: PartialOrd<N>,
impl<N> StructuralEq for Rect<N>
[src]
impl<N> StructuralPartialEq for Rect<N>
[src]
Auto Trait Implementations
impl<N> RefUnwindSafe for Rect<N> where
N: RefUnwindSafe,
N: RefUnwindSafe,
impl<N> Send for Rect<N> where
N: Send,
N: Send,
impl<N> Sync for Rect<N> where
N: Sync,
N: Sync,
impl<N> Unpin for Rect<N> where
N: Unpin,
N: Unpin,
impl<N> UnwindSafe for Rect<N> where
N: UnwindSafe,
N: UnwindSafe,
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,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src][+]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> NodeId for T where
T: 'static + Copy + Clone + PartialEq<T> + Eq + Hash + Send,
[src]
T: 'static + Copy + Clone + PartialEq<T> + Eq + Hash + Send,
impl<N> NodeTrait for N where
N: Copy + Ord + Hash,
[src]
N: Copy + Ord + Hash,
impl<T> Style for T where
T: Any + Debug + PartialEq<T>,
[src]
T: Any + Debug + PartialEq<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,