#[repr(C)]pub struct PhysicalDeviceVideoFormatInfoKHR<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub image_usage: ImageUsageFlags,
pub _marker: PhantomData<&'a ()>,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§image_usage: ImageUsageFlags§_marker: PhantomData<&'a ()>Implementations§
Source§impl<'a> PhysicalDeviceVideoFormatInfoKHR<'a>
impl<'a> PhysicalDeviceVideoFormatInfoKHR<'a>
pub fn image_usage( self, image_usage: ImageUsageFlags, ) -> PhysicalDeviceVideoFormatInfoKHR<'a>
Sourcepub fn push_next<T>(
self,
next: &'a mut T,
) -> PhysicalDeviceVideoFormatInfoKHR<'a>where
T: ExtendsPhysicalDeviceVideoFormatInfoKHR + ?Sized,
pub fn push_next<T>(
self,
next: &'a mut T,
) -> PhysicalDeviceVideoFormatInfoKHR<'a>where
T: ExtendsPhysicalDeviceVideoFormatInfoKHR + ?Sized,
Prepends the given extension struct between the root and the first pointer. This
method only exists on structs that can be passed to a function directly. Only
valid extension structs can be pushed into the chain.
If the chain looks like A -> B -> C, and you call x.push_next(&mut D), then the
chain will look like A -> D -> B -> C.
Trait Implementations§
Source§impl<'a> Clone for PhysicalDeviceVideoFormatInfoKHR<'a>
impl<'a> Clone for PhysicalDeviceVideoFormatInfoKHR<'a>
Source§fn clone(&self) -> PhysicalDeviceVideoFormatInfoKHR<'a>
fn clone(&self) -> PhysicalDeviceVideoFormatInfoKHR<'a>
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for PhysicalDeviceVideoFormatInfoKHR<'a>
impl<'a> Debug for PhysicalDeviceVideoFormatInfoKHR<'a>
Source§impl Default for PhysicalDeviceVideoFormatInfoKHR<'_>
impl Default for PhysicalDeviceVideoFormatInfoKHR<'_>
Source§fn default() -> PhysicalDeviceVideoFormatInfoKHR<'_>
fn default() -> PhysicalDeviceVideoFormatInfoKHR<'_>
Returns the “default value” for a type. Read more
Source§impl<'a> TaggedStructure for PhysicalDeviceVideoFormatInfoKHR<'a>
impl<'a> TaggedStructure for PhysicalDeviceVideoFormatInfoKHR<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_VIDEO_FORMAT_INFO_KHR
impl<'a> Copy for PhysicalDeviceVideoFormatInfoKHR<'a>
impl Send for PhysicalDeviceVideoFormatInfoKHR<'_>
impl Sync for PhysicalDeviceVideoFormatInfoKHR<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceVideoFormatInfoKHR<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceVideoFormatInfoKHR<'a>
impl<'a> Unpin for PhysicalDeviceVideoFormatInfoKHR<'a>
impl<'a> UnwindSafe for PhysicalDeviceVideoFormatInfoKHR<'a>
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)