pub struct RungOutput {
pub label: String,
pub width: u32,
pub height: u32,
pub frames: u64,
pub bytes: u64,
pub artifact: RungArtifact,
}Expand description
Result for one completed rung.
Fields§
§label: String§width: u32§height: u32§frames: u64§bytes: u64§artifact: RungArtifactTrait Implementations§
Auto Trait Implementations§
impl Freeze for RungOutput
impl RefUnwindSafe for RungOutput
impl Send for RungOutput
impl Sync for RungOutput
impl Unpin for RungOutput
impl UnsafeUnpin for RungOutput
impl UnwindSafe for RungOutput
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