#[repr(C)]pub struct VideoProfileListInfoKHR {
pub sType: StructureType,
pub pNext: *const c_void,
pub profileCount: u32,
pub pProfiles: *const VideoProfileInfoKHR,
}Fields§
§sType: StructureType§pNext: *const c_void§profileCount: u32§pProfiles: *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 moreimpl Copy for VideoProfileListInfoKHR
Auto Trait Implementations§
impl Freeze for VideoProfileListInfoKHR
impl RefUnwindSafe for VideoProfileListInfoKHR
impl !Send for VideoProfileListInfoKHR
impl !Sync 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