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