#[repr(C)]pub struct VideoQueueFamilyProperties2KHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub video_codec_operations: VideoCodecOperationFlagsKHR,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§video_codec_operations: VideoCodecOperationFlagsKHR
Implementations§
Source§impl VideoQueueFamilyProperties2KHR
impl VideoQueueFamilyProperties2KHR
pub fn builder<'a>() -> VideoQueueFamilyProperties2KHRBuilder<'a>
Trait Implementations§
Source§impl Clone for VideoQueueFamilyProperties2KHR
impl Clone for VideoQueueFamilyProperties2KHR
Source§fn clone(&self) -> VideoQueueFamilyProperties2KHR
fn clone(&self) -> VideoQueueFamilyProperties2KHR
Returns a copy 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 VideoQueueFamilyProperties2KHR
impl ExtendsQueueFamilyProperties2 for VideoQueueFamilyProperties2KHR
Auto Trait Implementations§
impl Freeze for VideoQueueFamilyProperties2KHR
impl RefUnwindSafe for VideoQueueFamilyProperties2KHR
impl !Send for VideoQueueFamilyProperties2KHR
impl !Sync for VideoQueueFamilyProperties2KHR
impl Unpin for VideoQueueFamilyProperties2KHR
impl UnwindSafe for VideoQueueFamilyProperties2KHR
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)