Struct raui_core::widget::unit::image::ImageBox [−][src]
pub struct ImageBox {
pub id: WidgetId,
pub width: ImageBoxSizeValue,
pub height: ImageBoxSizeValue,
pub content_keep_aspect_ratio: Option<ImageBoxAspectRatio>,
pub material: ImageBoxMaterial,
pub transform: Transform,
}Fields
id: WidgetIdwidth: ImageBoxSizeValueheight: ImageBoxSizeValuecontent_keep_aspect_ratio: Option<ImageBoxAspectRatio>material: ImageBoxMaterialtransform: TransformTrait Implementations
impl<'de> Deserialize<'de> for ImageBox[src]
impl<'de> Deserialize<'de> for ImageBox[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl TryFrom<ImageBoxNode> for ImageBox[src]
impl TryFrom<ImageBoxNode> for ImageBox[src]impl WidgetUnitData for ImageBox[src]
impl WidgetUnitData for ImageBox[src]fn id(&self) -> &WidgetId[src]
fn get_children(&self) -> Vec<&WidgetUnit>[src]
Auto Trait Implementations
impl RefUnwindSafe for ImageBox
impl RefUnwindSafe for ImageBoximpl UnwindSafe for ImageBox
impl UnwindSafe for ImageBoxBlanket Implementations
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]