Enum rive_models::embed::ImageSize
source · pub enum ImageSize {
Large,
Preview,
}Expand description
Image positioning and size
Variants§
Large
Show large preview at the bottom of the embed
Preview
Show small preview to the side of the embed
Trait Implementations§
source§impl<'de> Deserialize<'de> for ImageSize
impl<'de> Deserialize<'de> for ImageSize
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more