Struct script_layout_interface::message::ReflowComplete
source · pub struct ReflowComplete {
pub pending_images: Vec<PendingImage>,
}
Expand description
Information derived from a layout pass that needs to be returned to the script thread.
Fields§
§pending_images: Vec<PendingImage>
The list of images that were encountered that are in progress.
Trait Implementations§
source§impl Default for ReflowComplete
impl Default for ReflowComplete
source§fn default() -> ReflowComplete
fn default() -> ReflowComplete
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ReflowComplete
impl Send for ReflowComplete
impl !Sync for ReflowComplete
impl Unpin for ReflowComplete
impl UnwindSafe for ReflowComplete
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> MaybeBoxed<Box<T, Global>> for T
impl<T> MaybeBoxed<Box<T, Global>> for T
source§fn maybe_boxed(self) -> Box<T, Global>
fn maybe_boxed(self) -> Box<T, Global>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert
source§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<R, P> ReadPrimitive<R> for Pwhere
R: Read + ReadEndian<P>,
P: Default,
impl<R, P> ReadPrimitive<R> for Pwhere
R: Read + ReadEndian<P>,
P: Default,
source§fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as
ReadEndian::read_from_little_endian()
.