#[repr(transparent)]pub struct VkFormat(pub i32);Expand description
VkFormat
Vulkan format definitions
Tuple Fields§
§0: i32Trait Implementations§
impl Copy for VkFormat
impl Eq for VkFormat
Source§impl Ord for VkFormat
impl Ord for VkFormat
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 VkFormat
impl PartialOrd for VkFormat
impl StructuralPartialEq for VkFormat
Auto Trait Implementations§
impl Freeze for VkFormat
impl RefUnwindSafe for VkFormat
impl Send for VkFormat
impl Sync for VkFormat
impl Unpin for VkFormat
impl UnsafeUnpin for VkFormat
impl UnwindSafe for VkFormat
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