[−][src]Struct rendy_core::hal::window::Extent2D
An extent describes the size of a rectangle, such as
a window or texture. It is not used for referring to a
sub-rectangle; for that see command::Rect
.
Fields
width: u32
Width
height: u32
Height
Implementations
impl Extent2D
[src][−]
Trait Implementations
impl Clone for Extent2D
[src][+]
impl Copy for Extent2D
[src]
impl Debug for Extent2D
[src][+]
impl From<Extent> for Extent2D
[src][+]
impl PartialEq<Extent2D> for Extent2D
[src][+]
impl PartialOrd<Extent2D> for Extent2D
[src][+]
impl StructuralPartialEq for Extent2D
[src]
Auto Trait Implementations
impl RefUnwindSafe for Extent2D
impl Send for Extent2D
impl Sync for Extent2D
impl Unpin for Extent2D
impl UnwindSafe for Extent2D
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<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,
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>,