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