#[repr(C)]pub struct VkVideoProfileListInfoKHR {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub profileCount: u32,
pub pProfiles: *const VkVideoProfileInfoKHR,
}Fields§
§sType: VkStructureType§pNext: *const c_void§profileCount: u32§pProfiles: *const VkVideoProfileInfoKHRTrait Implementations§
Source§impl Clone for VkVideoProfileListInfoKHR
impl Clone for VkVideoProfileListInfoKHR
Source§fn clone(&self) -> VkVideoProfileListInfoKHR
fn clone(&self) -> VkVideoProfileListInfoKHR
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 moreSource§impl Default for VkVideoProfileListInfoKHR
impl Default for VkVideoProfileListInfoKHR
impl Copy for VkVideoProfileListInfoKHR
Auto Trait Implementations§
impl Freeze for VkVideoProfileListInfoKHR
impl RefUnwindSafe for VkVideoProfileListInfoKHR
impl !Send for VkVideoProfileListInfoKHR
impl !Sync for VkVideoProfileListInfoKHR
impl Unpin for VkVideoProfileListInfoKHR
impl UnwindSafe for VkVideoProfileListInfoKHR
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