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