Enum elmesque::element::ImageStyle
[−]
[src]
pub enum ImageStyle { Plain, Fitted, Cropped(i32, i32), Tiled, }
Styling for the Image Element.
Variants
Plain | |
Fitted | |
Cropped | |
Tiled |
pub enum ImageStyle { Plain, Fitted, Cropped(i32, i32), Tiled, }
Styling for the Image Element.
Plain | |
Fitted | |
Cropped | |
Tiled |
impl Debug for ImageStyle
impl Clone for ImageStyle
fn clone(&self) -> ImageStyle
fn clone_from(&mut self, source: &Self)
impl Copy for ImageStyle
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).