#[repr(C)]pub struct PhysicalDeviceVideoFormatInfoKHR {
pub sType: StructureType,
pub pNext: *const c_void,
pub imageUsage: ImageUsageFlags,
}Fields§
§sType: StructureType§pNext: *const c_void§imageUsage: ImageUsageFlagsTrait 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