#[repr(C)]pub struct StdVideoEncodeAV1OperatingPointInfoFlags {
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}
Fields§
§_bitfield_align_1: [u32; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
Implementations§
Source§impl StdVideoEncodeAV1OperatingPointInfoFlags
impl StdVideoEncodeAV1OperatingPointInfoFlags
pub fn decoder_model_present_for_this_op(&self) -> u32
pub fn set_decoder_model_present_for_this_op(&mut self, val: u32)
pub unsafe fn decoder_model_present_for_this_op_raw(this: *const Self) -> u32
pub unsafe fn set_decoder_model_present_for_this_op_raw( this: *mut Self, val: u32, )
pub fn low_delay_mode_flag(&self) -> u32
pub fn set_low_delay_mode_flag(&mut self, val: u32)
pub unsafe fn low_delay_mode_flag_raw(this: *const Self) -> u32
pub unsafe fn set_low_delay_mode_flag_raw(this: *mut Self, val: u32)
pub fn initial_display_delay_present_for_this_op(&self) -> u32
pub fn set_initial_display_delay_present_for_this_op(&mut self, val: u32)
pub unsafe fn initial_display_delay_present_for_this_op_raw( this: *const Self, ) -> u32
pub unsafe fn set_initial_display_delay_present_for_this_op_raw( this: *mut Self, val: u32, )
pub fn reserved(&self) -> u32
pub fn set_reserved(&mut self, val: u32)
pub unsafe fn reserved_raw(this: *const Self) -> u32
pub unsafe fn set_reserved_raw(this: *mut Self, val: u32)
pub fn new_bitfield_1( decoder_model_present_for_this_op: u32, low_delay_mode_flag: u32, initial_display_delay_present_for_this_op: u32, reserved: u32, ) -> __BindgenBitfieldUnit<[u8; 4]>
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 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for StdVideoEncodeAV1OperatingPointInfoFlags
impl Default for StdVideoEncodeAV1OperatingPointInfoFlags
Source§fn default() -> StdVideoEncodeAV1OperatingPointInfoFlags
fn default() -> StdVideoEncodeAV1OperatingPointInfoFlags
Returns the “default value” for a type. Read more
impl 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 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