#[repr(C)]pub struct StdVideoH265ProfileTierLevelFlags {
pub bitfields: u32,
}Fields§
§bitfields: u32Trait 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