pub struct Update {
pub rendition: Rendition,
pub encoding: bool,
}Expand description
A rendition starting or stopping, delivered by Consumer.
Also delivered once per rendition when the ladder resolves, with encoding
false, so a caller has every handle before any encoding can be missed.
Fields§
§rendition: RenditionThe rendition this is about.
encoding: boolWhether it is encoding right now.
Auto Trait Implementations§
impl Freeze for Update
impl RefUnwindSafe for Update
impl Send for Update
impl Sync for Update
impl Unpin for Update
impl UnsafeUnpin for Update
impl UnwindSafe for Update
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