#[repr(C)]pub struct VideoEncodeIntraRefreshInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub intra_refresh_cycle_duration: u32,
pub intra_refresh_index: u32,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§intra_refresh_cycle_duration: u32§intra_refresh_index: u32Trait Implementations§
Source§impl Clone for VideoEncodeIntraRefreshInfoKHR
impl Clone for VideoEncodeIntraRefreshInfoKHR
Source§fn clone(&self) -> VideoEncodeIntraRefreshInfoKHR
fn clone(&self) -> VideoEncodeIntraRefreshInfoKHR
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 PartialEq for VideoEncodeIntraRefreshInfoKHR
impl PartialEq for VideoEncodeIntraRefreshInfoKHR
Source§fn eq(&self, other: &VideoEncodeIntraRefreshInfoKHR) -> bool
fn eq(&self, other: &VideoEncodeIntraRefreshInfoKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VideoEncodeIntraRefreshInfoKHR
impl Eq for VideoEncodeIntraRefreshInfoKHR
impl Send for VideoEncodeIntraRefreshInfoKHR
impl StructuralPartialEq for VideoEncodeIntraRefreshInfoKHR
impl Sync for VideoEncodeIntraRefreshInfoKHR
Auto Trait Implementations§
impl Freeze for VideoEncodeIntraRefreshInfoKHR
impl RefUnwindSafe for VideoEncodeIntraRefreshInfoKHR
impl Unpin for VideoEncodeIntraRefreshInfoKHR
impl UnwindSafe for VideoEncodeIntraRefreshInfoKHR
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