#[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: StructureTypep_next: *mut c_voidimage_usage: ImageUsageFlagsp_video_profiles: *const VideoProfilesKHRImplementations
sourceimpl PhysicalDeviceVideoFormatInfoKHR
impl PhysicalDeviceVideoFormatInfoKHR
pub fn builder<'a>() -> PhysicalDeviceVideoFormatInfoKHRBuilder<'a>
Trait Implementations
sourceimpl Clone for PhysicalDeviceVideoFormatInfoKHR
impl Clone for PhysicalDeviceVideoFormatInfoKHR
sourcefn clone(&self) -> PhysicalDeviceVideoFormatInfoKHR
fn clone(&self) -> PhysicalDeviceVideoFormatInfoKHR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for PhysicalDeviceVideoFormatInfoKHR
impl Default for PhysicalDeviceVideoFormatInfoKHR
sourcefn default() -> PhysicalDeviceVideoFormatInfoKHR
fn default() -> PhysicalDeviceVideoFormatInfoKHR
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceVideoFormatInfoKHR
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceVideoFormatInfoKHR
impl !Send for PhysicalDeviceVideoFormatInfoKHR
impl !Sync for PhysicalDeviceVideoFormatInfoKHR
impl Unpin for PhysicalDeviceVideoFormatInfoKHR
impl UnwindSafe for PhysicalDeviceVideoFormatInfoKHR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more