Struct rav1e::prelude::config::PartitionRange
source · pub struct PartitionRange { /* private fields */ }
Expand description
Range of block sizes to use.
Implementations§
Trait Implementations§
source§impl Clone for PartitionRange
impl Clone for PartitionRange
source§fn clone(&self) -> PartitionRange
fn clone(&self) -> PartitionRange
Returns a copy 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 PartitionRange
impl Debug for PartitionRange
impl Copy for PartitionRange
Auto Trait Implementations§
impl Freeze for PartitionRange
impl RefUnwindSafe for PartitionRange
impl Send for PartitionRange
impl Sync for PartitionRange
impl Unpin for PartitionRange
impl UnwindSafe for PartitionRange
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