pub struct VkVersion(pub u32, pub u32, pub u32);
Expand description
Wrapper to specify a version number, that will be encoded according to the Vulkan specification.
Tuple Fields§
§0: u32
§1: u32
§2: u32
Implementations§
Trait Implementations§
impl Copy for VkVersion
Auto Trait Implementations§
impl Freeze for VkVersion
impl RefUnwindSafe for VkVersion
impl Send for VkVersion
impl Sync for VkVersion
impl Unpin for VkVersion
impl UnwindSafe for VkVersion
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