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