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