#[repr(C)]pub struct StdVideoH264PpsFlags {
pub bitfields: u32,
}Fields§
§bitfields: u32Trait Implementations§
Source§impl Clone for StdVideoH264PpsFlags
impl Clone for StdVideoH264PpsFlags
Source§fn clone(&self) -> StdVideoH264PpsFlags
fn clone(&self) -> StdVideoH264PpsFlags
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 StdVideoH264PpsFlags
Auto Trait Implementations§
impl Freeze for StdVideoH264PpsFlags
impl RefUnwindSafe for StdVideoH264PpsFlags
impl Send for StdVideoH264PpsFlags
impl Sync for StdVideoH264PpsFlags
impl Unpin for StdVideoH264PpsFlags
impl UnwindSafe for StdVideoH264PpsFlags
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