pub struct StdVideoEncodeAV1OperatingPointInfoFlags { /* private fields */ }Expand description
struct StdVideoEncodeAV1OperatingPointInfoFlags from vulkan_video_codec_av1std_encode
Implementations§
Source§impl StdVideoEncodeAV1OperatingPointInfoFlags
impl StdVideoEncodeAV1OperatingPointInfoFlags
pub fn get_decoder_model_present_for_this_op(&self) -> u32
pub fn set_decoder_model_present_for_this_op(&mut self, value: u32)
pub fn get_low_delay_mode_flag(&self) -> u32
pub fn set_low_delay_mode_flag(&mut self, value: u32)
pub fn get_initial_display_delay_present_for_this_op(&self) -> u32
pub fn set_initial_display_delay_present_for_this_op(&mut self, value: u32)
pub fn get_reserved(&self) -> u32
pub fn set_reserved(&mut self, value: u32)
Trait Implementations§
Source§impl Clone for StdVideoEncodeAV1OperatingPointInfoFlags
impl Clone for StdVideoEncodeAV1OperatingPointInfoFlags
Source§fn clone(&self) -> StdVideoEncodeAV1OperatingPointInfoFlags
fn clone(&self) -> StdVideoEncodeAV1OperatingPointInfoFlags
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StdVideoEncodeAV1OperatingPointInfoFlags
Auto Trait Implementations§
impl Freeze for StdVideoEncodeAV1OperatingPointInfoFlags
impl RefUnwindSafe for StdVideoEncodeAV1OperatingPointInfoFlags
impl Send for StdVideoEncodeAV1OperatingPointInfoFlags
impl Sync for StdVideoEncodeAV1OperatingPointInfoFlags
impl Unpin for StdVideoEncodeAV1OperatingPointInfoFlags
impl UnsafeUnpin for StdVideoEncodeAV1OperatingPointInfoFlags
impl UnwindSafe for StdVideoEncodeAV1OperatingPointInfoFlags
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