#[repr(C)]pub struct AVVulkanDeviceQueueFamily {
pub idx: c_int,
pub num: c_int,
pub flags: VkQueueFlagBits,
pub video_caps: VkVideoCodecOperationFlagBitsKHR,
}Fields§
§idx: c_int§num: c_int§flags: VkQueueFlagBits§video_caps: VkVideoCodecOperationFlagBitsKHRTrait Implementations§
Source§impl Clone for AVVulkanDeviceQueueFamily
impl Clone for AVVulkanDeviceQueueFamily
Source§fn clone(&self) -> AVVulkanDeviceQueueFamily
fn clone(&self) -> AVVulkanDeviceQueueFamily
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 AVVulkanDeviceQueueFamily
Source§impl Debug for AVVulkanDeviceQueueFamily
impl Debug for AVVulkanDeviceQueueFamily
impl Eq for AVVulkanDeviceQueueFamily
impl StructuralPartialEq for AVVulkanDeviceQueueFamily
Auto Trait Implementations§
impl Freeze for AVVulkanDeviceQueueFamily
impl RefUnwindSafe for AVVulkanDeviceQueueFamily
impl Send for AVVulkanDeviceQueueFamily
impl Sync for AVVulkanDeviceQueueFamily
impl Unpin for AVVulkanDeviceQueueFamily
impl UnsafeUnpin for AVVulkanDeviceQueueFamily
impl UnwindSafe for AVVulkanDeviceQueueFamily
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