Struct ash::vk::PhysicalDeviceVideoFormatInfoKHR
source · #[repr(C)]pub struct PhysicalDeviceVideoFormatInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub image_usage: ImageUsageFlags,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§image_usage: ImageUsageFlags
Implementations§
source§impl PhysicalDeviceVideoFormatInfoKHR
impl PhysicalDeviceVideoFormatInfoKHR
pub fn builder<'a>() -> PhysicalDeviceVideoFormatInfoKHRBuilder<'a>
Trait Implementations§
source§impl Clone for PhysicalDeviceVideoFormatInfoKHR
impl Clone for PhysicalDeviceVideoFormatInfoKHR
source§fn clone(&self) -> PhysicalDeviceVideoFormatInfoKHR
fn clone(&self) -> PhysicalDeviceVideoFormatInfoKHR
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 PhysicalDeviceVideoFormatInfoKHR
impl TaggedStructure for PhysicalDeviceVideoFormatInfoKHR
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_VIDEO_FORMAT_INFO_KHR
impl Copy for PhysicalDeviceVideoFormatInfoKHR
Auto Trait Implementations§
impl Freeze for PhysicalDeviceVideoFormatInfoKHR
impl RefUnwindSafe for PhysicalDeviceVideoFormatInfoKHR
impl !Send for PhysicalDeviceVideoFormatInfoKHR
impl !Sync for PhysicalDeviceVideoFormatInfoKHR
impl Unpin for PhysicalDeviceVideoFormatInfoKHR
impl UnwindSafe for PhysicalDeviceVideoFormatInfoKHR
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