pub struct VulkanKhrShaderFloat16Int8 {}Expand description
struct for VK_KHR_shader_float16_int8
Implementations§
Source§impl VulkanKhrShaderFloat16Int8
impl VulkanKhrShaderFloat16Int8
pub fn new( _instance: VkInstance, _get_instance_proc_address: impl FnMut(VkInstance, &'static str) -> *const c_void, ) -> Self
Trait Implementations§
Source§impl Clone for VulkanKhrShaderFloat16Int8
impl Clone for VulkanKhrShaderFloat16Int8
Source§fn clone(&self) -> VulkanKhrShaderFloat16Int8
fn clone(&self) -> VulkanKhrShaderFloat16Int8
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 VulkanKhrShaderFloat16Int8
Source§impl Debug for VulkanKhrShaderFloat16Int8
impl Debug for VulkanKhrShaderFloat16Int8
Source§impl Default for VulkanKhrShaderFloat16Int8
impl Default for VulkanKhrShaderFloat16Int8
Source§fn default() -> VulkanKhrShaderFloat16Int8
fn default() -> VulkanKhrShaderFloat16Int8
Returns the “default value” for a type. Read more
impl VK_KHR_shader_float16_int8 for VulkanKhrShaderFloat16Int8
Auto Trait Implementations§
impl Freeze for VulkanKhrShaderFloat16Int8
impl RefUnwindSafe for VulkanKhrShaderFloat16Int8
impl Send for VulkanKhrShaderFloat16Int8
impl Sync for VulkanKhrShaderFloat16Int8
impl Unpin for VulkanKhrShaderFloat16Int8
impl UnsafeUnpin for VulkanKhrShaderFloat16Int8
impl UnwindSafe for VulkanKhrShaderFloat16Int8
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