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