[−][src]Struct bedrock::Extent2D
Trait Implementations
impl AsRef<[u32; 2]> for Extent2D
[src]
impl AsRef<Extent1D> for Extent2D
[src]
impl AsRef<Extent2D> for Extent4D
[src]
impl AsRef<Extent2D> for Extent3D
[src]
impl AsRef<Extent2D> for Extent2D
[src]
impl AsRef<VkExtent2D> for Extent2D
[src]
fn as_ref(&self) -> &VkExtent2D
[src]
impl Clone for Extent2D
[src]
impl Debug for Extent2D
[src]
impl Eq for Extent2D
[src]
impl From<Extent1D> for Extent2D
[src]
impl From<Extent2D> for VkExtent2D
[src]
impl From<Extent2D> for Extent3D
[src]
impl From<Extent2D> for VkRect2D
[src]
impl From<VkExtent2D> for Extent2D
[src]
fn from(v: VkExtent2D) -> Self
[src]
impl ImageSize for Extent2D
[src]
const DIMENSION: VkImageType
[src]
fn conv(&self) -> VkExtent3D
[src]
impl PartialEq<Extent2D> for Extent2D
[src]
impl StructuralEq 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,
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, 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>,