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