pub struct OperatingPointSelector {
pub op_index: u8,
}Expand description
Operating point selector from the a1op property box.
Selects which AV1 operating point to decode for multi-operating-point images. See AVIF § 4.3.4.
Fields§
§op_index: u8Operating point index (0..31)
Trait Implementations§
Source§impl Clone for OperatingPointSelector
impl Clone for OperatingPointSelector
Source§fn clone(&self) -> OperatingPointSelector
fn clone(&self) -> OperatingPointSelector
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 moreSource§impl Debug for OperatingPointSelector
impl Debug for OperatingPointSelector
Source§impl PartialEq for OperatingPointSelector
impl PartialEq for OperatingPointSelector
impl Copy for OperatingPointSelector
impl Eq for OperatingPointSelector
impl StructuralPartialEq for OperatingPointSelector
Auto Trait Implementations§
impl Freeze for OperatingPointSelector
impl RefUnwindSafe for OperatingPointSelector
impl Send for OperatingPointSelector
impl Sync for OperatingPointSelector
impl Unpin for OperatingPointSelector
impl UnwindSafe for OperatingPointSelector
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