#[repr(C)]pub struct PhysicalDeviceVideoFormatInfoKHR {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub image_usage: ImageUsageFlags,
    pub p_video_profiles: *const VideoProfilesKHR,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§image_usage: ImageUsageFlags§p_video_profiles: *const VideoProfilesKHRImplementations§
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 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 moreimpl 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