#[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: StructureTypep_next: *mut c_voidvideo_codec_operations: VideoCodecOperationFlagsKHRImplementations
sourceimpl VideoQueueFamilyProperties2KHR
impl VideoQueueFamilyProperties2KHR
pub fn builder<'a>() -> VideoQueueFamilyProperties2KHRBuilder<'a>
Trait Implementations
sourceimpl Clone for VideoQueueFamilyProperties2KHR
impl Clone for VideoQueueFamilyProperties2KHR
sourcefn clone(&self) -> VideoQueueFamilyProperties2KHR
fn clone(&self) -> VideoQueueFamilyProperties2KHR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for VideoQueueFamilyProperties2KHR
impl Default for VideoQueueFamilyProperties2KHR
sourcefn default() -> VideoQueueFamilyProperties2KHR
fn default() -> VideoQueueFamilyProperties2KHR
Returns the “default value” for a type. Read more
impl Copy for VideoQueueFamilyProperties2KHR
impl ExtendsQueueFamilyProperties2 for VideoQueueFamilyProperties2KHR
Auto Trait Implementations
impl RefUnwindSafe for VideoQueueFamilyProperties2KHR
impl !Send for VideoQueueFamilyProperties2KHR
impl !Sync for VideoQueueFamilyProperties2KHR
impl Unpin for VideoQueueFamilyProperties2KHR
impl UnwindSafe for VideoQueueFamilyProperties2KHR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more