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