pub struct TemporalLayer { /* private fields */ }Expand description
Configures the parameters for a temporal coding layer.
Trait Implementations§
Source§impl Clone for TemporalLayer
impl Clone for TemporalLayer
Source§fn clone(&self) -> TemporalLayer
fn clone(&self) -> TemporalLayer
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 TemporalLayer
impl Debug for TemporalLayer
Source§impl Hash for TemporalLayer
impl Hash for TemporalLayer
Source§impl Ord for TemporalLayer
impl Ord for TemporalLayer
Source§fn cmp(&self, other: &TemporalLayer) -> Ordering
fn cmp(&self, other: &TemporalLayer) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TemporalLayer
impl PartialEq for TemporalLayer
Source§impl PartialOrd for TemporalLayer
impl PartialOrd for TemporalLayer
impl Copy for TemporalLayer
impl Eq for TemporalLayer
impl StructuralPartialEq for TemporalLayer
Auto Trait Implementations§
impl Freeze for TemporalLayer
impl RefUnwindSafe for TemporalLayer
impl Send for TemporalLayer
impl Sync for TemporalLayer
impl Unpin for TemporalLayer
impl UnwindSafe for TemporalLayer
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