#[repr(C)]pub struct StdVideoH265ProfileTierLevelFlags {
pub bitfield1: u32,
}Fields§
§bitfield1: u32Bitfield: general_tier_flag: u32 in 1 bits Bitfield: general_progressive_source_flag: u32 in 1 bits Bitfield: general_interlaced_source_flag: u32 in 1 bits Bitfield: general_non_packed_constraint_flag: u32 in 1 bits Bitfield: general_frame_only_constraint_flag: u32 in 1 bits
Implementations§
Source§impl StdVideoH265ProfileTierLevelFlags
impl StdVideoH265ProfileTierLevelFlags
pub fn get_general_tier_flag(&self) -> u32
pub fn set_general_tier_flag(&mut self, value: u32)
pub fn get_general_progressive_source_flag(&self) -> u32
pub fn set_general_progressive_source_flag(&mut self, value: u32)
pub fn get_general_interlaced_source_flag(&self) -> u32
pub fn set_general_interlaced_source_flag(&mut self, value: u32)
pub fn get_general_non_packed_constraint_flag(&self) -> u32
pub fn set_general_non_packed_constraint_flag(&mut self, value: u32)
pub fn get_general_frame_only_constraint_flag(&self) -> u32
pub fn set_general_frame_only_constraint_flag(&mut self, value: u32)
Trait Implementations§
Source§impl Clone for StdVideoH265ProfileTierLevelFlags
impl Clone for StdVideoH265ProfileTierLevelFlags
Source§fn clone(&self) -> StdVideoH265ProfileTierLevelFlags
fn clone(&self) -> StdVideoH265ProfileTierLevelFlags
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 moreimpl Copy for StdVideoH265ProfileTierLevelFlags
Auto Trait Implementations§
impl Freeze for StdVideoH265ProfileTierLevelFlags
impl RefUnwindSafe for StdVideoH265ProfileTierLevelFlags
impl Send for StdVideoH265ProfileTierLevelFlags
impl Sync for StdVideoH265ProfileTierLevelFlags
impl Unpin for StdVideoH265ProfileTierLevelFlags
impl UnwindSafe for StdVideoH265ProfileTierLevelFlags
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