#[repr(u32)]pub enum ChromaLocation {
COSITED_EVEN = 0,
MIDPOINT = 1,
MAX_ENUM = 2_147_483_647,
}Variants§
Implementations§
Source§impl VkChromaLocation
impl VkChromaLocation
pub const COSITED_EVEN_KHR: VkChromaLocation = VkChromaLocation::COSITED_EVEN
Source§impl VkChromaLocation
impl VkChromaLocation
pub const MIDPOINT_KHR: VkChromaLocation = VkChromaLocation::MIDPOINT
Trait Implementations§
Source§impl Clone for VkChromaLocation
impl Clone for VkChromaLocation
Source§fn clone(&self) -> VkChromaLocation
fn clone(&self) -> VkChromaLocation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VkChromaLocation
Source§impl Debug for VkChromaLocation
impl Debug for VkChromaLocation
impl Eq for VkChromaLocation
Source§impl Hash for VkChromaLocation
impl Hash for VkChromaLocation
Source§impl PartialEq for VkChromaLocation
impl PartialEq for VkChromaLocation
impl StructuralPartialEq for VkChromaLocation
Auto Trait Implementations§
impl Freeze for VkChromaLocation
impl RefUnwindSafe for VkChromaLocation
impl Send for VkChromaLocation
impl Sync for VkChromaLocation
impl Unpin for VkChromaLocation
impl UnsafeUnpin for VkChromaLocation
impl UnwindSafe for VkChromaLocation
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