#[repr(C)]pub struct QueueFamilyVideoPropertiesKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub video_codec_operations: VideoCodecOperationFlagBitsKHR,
}Expand description
VkQueueFamilyVideoPropertiesKHR
Provided by VK_KHR_video_queue.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_QUEUE_FAMILY_VIDEO_PROPERTIES_KHR.
p_next: *mut c_voidOptional, may be null.
video_codec_operations: VideoCodecOperationFlagBitsKHRImplementations§
Source§impl QueueFamilyVideoPropertiesKHR
impl QueueFamilyVideoPropertiesKHR
Sourcepub fn builder<'a>() -> QueueFamilyVideoPropertiesKHRBuilder<'a>
pub fn builder<'a>() -> QueueFamilyVideoPropertiesKHRBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for QueueFamilyVideoPropertiesKHR
impl Clone for QueueFamilyVideoPropertiesKHR
Source§fn clone(&self) -> QueueFamilyVideoPropertiesKHR
fn clone(&self) -> QueueFamilyVideoPropertiesKHR
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for QueueFamilyVideoPropertiesKHR
impl Default for QueueFamilyVideoPropertiesKHR
Source§fn default() -> QueueFamilyVideoPropertiesKHR
fn default() -> QueueFamilyVideoPropertiesKHR
Returns the “default value” for a type. Read more
impl Copy for QueueFamilyVideoPropertiesKHR
impl ExtendsQueueFamilyProperties2 for QueueFamilyVideoPropertiesKHR
Auto Trait Implementations§
impl Freeze for QueueFamilyVideoPropertiesKHR
impl RefUnwindSafe for QueueFamilyVideoPropertiesKHR
impl !Send for QueueFamilyVideoPropertiesKHR
impl !Sync for QueueFamilyVideoPropertiesKHR
impl Unpin for QueueFamilyVideoPropertiesKHR
impl UnsafeUnpin for QueueFamilyVideoPropertiesKHR
impl UnwindSafe for QueueFamilyVideoPropertiesKHR
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