Struct ash::vk::QueueFamilyVideoPropertiesKHR
source · #[repr(C)]pub struct QueueFamilyVideoPropertiesKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub video_codec_operations: VideoCodecOperationFlagsKHR,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§video_codec_operations: VideoCodecOperationFlagsKHR
Implementations§
source§impl QueueFamilyVideoPropertiesKHR
impl QueueFamilyVideoPropertiesKHR
pub fn builder<'a>() -> QueueFamilyVideoPropertiesKHRBuilder<'a>
Trait Implementations§
source§impl Clone for QueueFamilyVideoPropertiesKHR
impl Clone for QueueFamilyVideoPropertiesKHR
source§fn clone(&self) -> QueueFamilyVideoPropertiesKHR
fn clone(&self) -> QueueFamilyVideoPropertiesKHR
Returns a copy 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 TaggedStructure for QueueFamilyVideoPropertiesKHR
impl TaggedStructure for QueueFamilyVideoPropertiesKHR
const STRUCTURE_TYPE: StructureType = StructureType::QUEUE_FAMILY_VIDEO_PROPERTIES_KHR
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 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