#[repr(C)]pub struct VideoProfileListInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub profile_count: u32,
pub profiles: *const VideoProfileInfoKHR,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§profile_count: u32§profiles: *const VideoProfileInfoKHRTrait Implementations§
Source§impl Clone for VideoProfileListInfoKHR
impl Clone for VideoProfileListInfoKHR
Source§fn clone(&self) -> VideoProfileListInfoKHR
fn clone(&self) -> VideoProfileListInfoKHR
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 Debug for VideoProfileListInfoKHR
impl Debug for VideoProfileListInfoKHR
Source§impl Default for VideoProfileListInfoKHR
impl Default for VideoProfileListInfoKHR
Source§impl Hash for VideoProfileListInfoKHR
impl Hash for VideoProfileListInfoKHR
Source§impl PartialEq for VideoProfileListInfoKHR
impl PartialEq for VideoProfileListInfoKHR
impl Copy for VideoProfileListInfoKHR
impl Eq for VideoProfileListInfoKHR
impl Send for VideoProfileListInfoKHR
impl StructuralPartialEq for VideoProfileListInfoKHR
impl Sync for VideoProfileListInfoKHR
Auto Trait Implementations§
impl Freeze for VideoProfileListInfoKHR
impl RefUnwindSafe for VideoProfileListInfoKHR
impl Unpin for VideoProfileListInfoKHR
impl UnwindSafe for VideoProfileListInfoKHR
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