#[repr(C)]pub struct Extent1D(pub u32);Tuple Fields§
§0: u32Trait Implementations§
impl Copy for Extent1D
impl Eq for Extent1D
Source§impl ImageSize for Extent1D
impl ImageSize for Extent1D
const DIMENSION: VkImageType = VK_IMAGE_TYPE_1D
fn conv(&self) -> VkExtent3D
Source§impl Ord for Extent1D
impl Ord for Extent1D
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Extent1D
impl PartialOrd for Extent1D
impl StructuralPartialEq for Extent1D
Auto Trait Implementations§
impl Freeze for Extent1D
impl RefUnwindSafe for Extent1D
impl Send for Extent1D
impl Sync for Extent1D
impl Unpin for Extent1D
impl UnsafeUnpin for Extent1D
impl UnwindSafe for Extent1D
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more