[−][src]Struct bedrock::vk::VkExtent3D
Fields
width: u32
height: u32
depth: u32
Methods
impl VkExtent3D
[src]
pub fn new1(width: u32) -> Self
[src]
pub fn new2(width: u32, height: u32) -> Self
[src]
pub fn new(width: u32, height: u32, depth: u32) -> Self
[src]
Trait Implementations
impl AsRef<VkExtent3D> for Extent3D
[src]
fn as_ref(&self) -> &VkExtent3D
[src]
impl Clone for VkExtent3D
[src]
fn clone(&self) -> VkExtent3D
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for VkExtent3D
[src]
impl Default for VkExtent3D
[src]
VkExtent3D { width: 1, height: 1, depth: 1 }
impl Eq for VkExtent3D
[src]
impl From<Extent3D> for VkExtent3D
[src]
impl From<VkExtent3D> for Extent3D
[src]
fn from(v: VkExtent3D) -> Self
[src]
impl Ord for VkExtent3D
[src]
fn cmp(&self, other: &VkExtent3D) -> Ordering
[src]
fn max(self, other: Self) -> Self
1.21.0[src]
fn min(self, other: Self) -> Self
1.21.0[src]
fn clamp(self, min: Self, max: Self) -> Self
[src]
impl PartialEq<VkExtent3D> for VkExtent3D
[src]
fn eq(&self, other: &VkExtent3D) -> bool
[src]
fn ne(&self, other: &VkExtent3D) -> bool
[src]
impl PartialOrd<VkExtent3D> for VkExtent3D
[src]
fn partial_cmp(&self, other: &VkExtent3D) -> Option<Ordering>
[src]
fn lt(&self, other: &VkExtent3D) -> bool
[src]
fn le(&self, other: &VkExtent3D) -> bool
[src]
fn gt(&self, other: &VkExtent3D) -> bool
[src]
fn ge(&self, other: &VkExtent3D) -> bool
[src]
impl StructuralEq for VkExtent3D
[src]
impl StructuralPartialEq for VkExtent3D
[src]
Auto Trait Implementations
impl RefUnwindSafe for VkExtent3D
impl Send for VkExtent3D
impl Sync for VkExtent3D
impl Unpin for VkExtent3D
impl UnwindSafe for VkExtent3D
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>,