#[repr(C)]pub struct VideoSessionParametersCreateInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: VideoSessionParametersCreateFlagsKHR,
pub video_session_parameters_template: VideoSessionParametersKHR,
pub video_session: VideoSessionKHR,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§flags: VideoSessionParametersCreateFlagsKHR§video_session_parameters_template: VideoSessionParametersKHR§video_session: VideoSessionKHRTrait Implementations§
Source§impl Cast for VideoSessionParametersCreateInfoKHR
impl Cast for VideoSessionParametersCreateInfoKHR
Source§type Target = VideoSessionParametersCreateInfoKHR
type Target = VideoSessionParametersCreateInfoKHR
The other type this type can be used interchangeably with in FFI.
Source§impl Clone for VideoSessionParametersCreateInfoKHR
impl Clone for VideoSessionParametersCreateInfoKHR
Source§fn clone(&self) -> VideoSessionParametersCreateInfoKHR
fn clone(&self) -> VideoSessionParametersCreateInfoKHR
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 Default for VideoSessionParametersCreateInfoKHR
impl Default for VideoSessionParametersCreateInfoKHR
Source§fn default() -> VideoSessionParametersCreateInfoKHR
fn default() -> VideoSessionParametersCreateInfoKHR
Returns the “default value” for a type. Read more
Source§impl<'b> HasBuilder<'b> for VideoSessionParametersCreateInfoKHR
impl<'b> HasBuilder<'b> for VideoSessionParametersCreateInfoKHR
Source§impl PartialEq for VideoSessionParametersCreateInfoKHR
impl PartialEq for VideoSessionParametersCreateInfoKHR
Source§fn eq(&self, other: &VideoSessionParametersCreateInfoKHR) -> bool
fn eq(&self, other: &VideoSessionParametersCreateInfoKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VideoSessionParametersCreateInfoKHR
impl Eq for VideoSessionParametersCreateInfoKHR
impl Send for VideoSessionParametersCreateInfoKHR
impl StructuralPartialEq for VideoSessionParametersCreateInfoKHR
impl Sync for VideoSessionParametersCreateInfoKHR
Auto Trait Implementations§
impl Freeze for VideoSessionParametersCreateInfoKHR
impl RefUnwindSafe for VideoSessionParametersCreateInfoKHR
impl Unpin for VideoSessionParametersCreateInfoKHR
impl UnwindSafe for VideoSessionParametersCreateInfoKHR
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