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