pub enum PassKind {
Single,
First,
Second,
}Expand description
Which pass of the encode a progress update belongs to.
Variants§
Trait Implementations§
impl Copy for PassKind
impl Eq for PassKind
impl StructuralPartialEq for PassKind
Auto Trait Implementations§
impl Freeze for PassKind
impl RefUnwindSafe for PassKind
impl Send for PassKind
impl Sync for PassKind
impl Unpin for PassKind
impl UnsafeUnpin for PassKind
impl UnwindSafe for PassKind
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