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