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