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