Type Alias ImageInline
Source pub type ImageInline = Image;
struct ImageInline {
pub uri: Url,
pub align: Option<AlignHV>,
pub alt: Option<String>,
pub height: Option<Measure>,
pub width: Option<Measure>,
pub scale: Option<u8>,
pub target: Option<Url>,
}
Implementations
Trait Implementations
Performs copy-assignment from
source
.
Read more
Formats the value using the given formatter.
Read more
Tests for self
and other
values to be equal, and is used by ==
.
Tests for !=
. The default implementation is almost always sufficient,
and should not be overridden without very good reason.
Serialize this value into the given Serde serializer.
Read more