Struct raui_core::widget::component::image_box::ImageBoxProps [−][src]
pub struct ImageBoxProps {
pub width: ImageBoxSizeValue,
pub height: ImageBoxSizeValue,
pub content_keep_aspect_ratio: Option<ImageBoxAspectRatio>,
pub material: ImageBoxMaterial,
pub transform: Transform,
}
Fields
width: ImageBoxSizeValue
height: ImageBoxSizeValue
content_keep_aspect_ratio: Option<ImageBoxAspectRatio>
material: ImageBoxMaterial
transform: Transform
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
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
Auto Trait Implementations
impl RefUnwindSafe for ImageBoxProps
impl Send for ImageBoxProps
impl Sync for ImageBoxProps
impl Unpin for ImageBoxProps
impl UnwindSafe for ImageBoxProps
Blanket Implementations
Mutably borrows from an owned value. Read more