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