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