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