pub struct Ccst {
pub all_ref_pics_intra: bool,
pub intra_pred_used: bool,
pub max_ref_per_pic: u8,
}
Fields§
§all_ref_pics_intra: bool
§intra_pred_used: bool
§max_ref_per_pic: u8
Trait Implementations§
impl Eq for Ccst
impl StructuralPartialEq for Ccst
Auto Trait Implementations§
impl Freeze for Ccst
impl RefUnwindSafe for Ccst
impl Send for Ccst
impl Sync for Ccst
impl Unpin for Ccst
impl UnwindSafe for Ccst
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