[][src]Trait orbtk::prelude::api::IntoPropertySource

pub trait IntoPropertySource<P> where
    P: Debug + Component
{ fn into_source(self) -> PropertySource<P>; }

Used to convert components / properties into a PropertySource object.

Required methods

Loading content...

Implementations on Foreign Types

impl IntoPropertySource<Thickness> for (i32, i32)[src]

impl<'_> IntoPropertySource<Brush> for &'_ str[src]

impl<'_> IntoPropertySource<String> for (&'_ str, Entity)[src]

impl IntoPropertySource<f32> for (String, Entity)[src]

impl IntoPropertySource<Theme> for (String, Entity)[src]

impl<'_> IntoPropertySource<Point> for (&'_ str, Entity)[src]

impl IntoPropertySource<SelectedIndices> for HashSet<usize, RandomState>[src]

impl<'_> IntoPropertySource<bool> for (&'_ str, Entity)[src]

impl IntoPropertySource<Rows> for (String, Entity)[src]

impl<'_> IntoPropertySource<SelectedEntities> for (&'_ str, Entity)[src]

impl<'_> IntoPropertySource<Constraint> for (&'_ str, Entity)[src]

impl<'_> IntoPropertySource<Thickness> for (&'_ str, Entity)[src]

impl<'_> IntoPropertySource<Brush> for (&'_ str, Entity)[src]

impl IntoPropertySource<bool> for bool[src]

impl IntoPropertySource<Thickness> for (f64, f64)[src]

impl IntoPropertySource<Point> for i32[src]

impl<'_> IntoPropertySource<Image> for (&'_ str, Entity)[src]

impl<'_> IntoPropertySource<String> for &'_ str[src]

impl IntoPropertySource<f64> for (String, Entity)[src]

impl IntoPropertySource<SelectedEntities> for HashSet<Entity, RandomState>[src]

impl IntoPropertySource<Point> for f64[src]

impl<'_> IntoPropertySource<String16> for (&'_ str, Entity)[src]

impl IntoPropertySource<Thickness> for f64[src]

impl IntoPropertySource<String16> for String[src]

impl IntoPropertySource<SelectedEntities> for (String, Entity)[src]

impl IntoPropertySource<ScrollViewerMode> for (String, Entity)[src]

impl IntoPropertySource<String> for (String, Entity)[src]

impl IntoPropertySource<Rectangle> for (i32, i32, i32, i32)[src]

impl IntoPropertySource<i64> for i64[src]

impl<'_> IntoPropertySource<f32> for (&'_ str, Entity)[src]

impl IntoPropertySource<SelectedIndices> for (String, Entity)[src]

impl IntoPropertySource<Columns> for (String, Entity)[src]

impl IntoPropertySource<Rectangle> for (f64, f64, f64, f64)[src]

impl IntoPropertySource<u32> for (String, Entity)[src]

impl<'_> IntoPropertySource<Orientation> for (&'_ str, Entity)[src]

impl IntoPropertySource<i32> for i32[src]

impl<'_> IntoPropertySource<Alignment> for (&'_ str, Entity)[src]

impl IntoPropertySource<Image> for (String, Entity)[src]

impl<'_> IntoPropertySource<SelectionMode> for &'_ str[src]

impl IntoPropertySource<u32> for u32[src]

impl<'_> IntoPropertySource<Columns> for (&'_ str, Entity)[src]

impl IntoPropertySource<usize> for (String, Entity)[src]

impl IntoPropertySource<bool> for (String, Entity)[src]

impl<'_> IntoPropertySource<f64> for (&'_ str, Entity)[src]

impl IntoPropertySource<Visibility> for (String, Entity)[src]

impl<'_> IntoPropertySource<ScrollViewerMode> for (&'_ str, Entity)[src]

impl<'_> IntoPropertySource<SelectedIndices> for (&'_ str, Entity)[src]

impl<'_> IntoPropertySource<Theme> for (&'_ str, Entity)[src]

impl IntoPropertySource<Alignment> for (String, Entity)[src]

impl IntoPropertySource<Point> for (f64, f64)[src]

impl IntoPropertySource<Point> for (String, Entity)[src]

impl IntoPropertySource<Thickness> for (f64, f64, f64, f64)[src]

impl<'_> IntoPropertySource<i32> for (&'_ str, Entity)[src]

impl<'_> IntoPropertySource<u32> for (&'_ str, Entity)[src]

impl IntoPropertySource<i32> for (String, Entity)[src]

impl<'_> IntoPropertySource<Rows> for (&'_ str, Entity)[src]

impl IntoPropertySource<SelectionMode> for (String, Entity)[src]

impl IntoPropertySource<RenderPipeline> for (String, Entity)[src]

impl<'_> IntoPropertySource<Visibility> for (&'_ str, Entity)[src]

impl<'_, '_> IntoPropertySource<ScrollViewerMode> for (&'_ str, &'_ str)[src]

impl IntoPropertySource<f32> for f32[src]

impl<'_> IntoPropertySource<Selector> for &'_ str[src]

impl IntoPropertySource<Constraint> for (String, Entity)[src]

impl<'_> IntoPropertySource<Orientation> for &'_ str[src]

impl IntoPropertySource<f64> for f32[src]

impl IntoPropertySource<Brush> for (String, Entity)[src]

impl IntoPropertySource<TextSelection> for (usize, usize)[src]

impl IntoPropertySource<Thickness> for (i32, i32, i32, i32)[src]

impl IntoPropertySource<i64> for (String, Entity)[src]

impl IntoPropertySource<f64> for i32[src]

impl IntoPropertySource<Rectangle> for (String, Entity)[src]

impl<'_> IntoPropertySource<RenderPipeline> for (&'_ str, Entity)[src]

impl IntoPropertySource<Selector> for String[src]

impl<'_> IntoPropertySource<TextSelection> for (&'_ str, Entity)[src]

impl IntoPropertySource<usize> for usize[src]

impl<'_> IntoPropertySource<usize> for (&'_ str, Entity)[src]

impl IntoPropertySource<f64> for f64[src]

impl IntoPropertySource<Thickness> for i32[src]

impl<'_> IntoPropertySource<String16> for &'_ str[src]

impl<'_> IntoPropertySource<Selector> for (&'_ str, Entity)[src]

impl IntoPropertySource<String16> for (String, Entity)[src]

impl IntoPropertySource<Thickness> for (String, Entity)[src]

impl IntoPropertySource<String> for String[src]

impl<'_> IntoPropertySource<Rectangle> for (&'_ str, Entity)[src]

impl<'_> IntoPropertySource<i64> for (&'_ str, Entity)[src]

impl IntoPropertySource<Point> for (i32, i32)[src]

impl<'_> IntoPropertySource<Image> for &'_ str[src]

impl IntoPropertySource<Selector> for (String, Entity)[src]

impl<'_> IntoPropertySource<SelectionMode> for (&'_ str, Entity)[src]

impl IntoPropertySource<Orientation> for (String, Entity)[src]

impl<'_> IntoPropertySource<Alignment> for &'_ str[src]

impl<'_> IntoPropertySource<Visibility> for &'_ str[src]

impl IntoPropertySource<TextSelection> for (String, Entity)[src]

Loading content...

Implementors

impl IntoPropertySource<Alignment> for Alignment[src]

impl IntoPropertySource<Alignment> for Entity[src]

impl IntoPropertySource<Brush> for Brush[src]

impl IntoPropertySource<Brush> for Entity[src]

impl IntoPropertySource<Brush> for Color[src]

impl IntoPropertySource<Orientation> for Orientation[src]

impl IntoPropertySource<Orientation> for Entity[src]

impl IntoPropertySource<SelectionMode> for SelectionMode[src]

impl IntoPropertySource<SelectionMode> for Entity[src]

impl IntoPropertySource<Visibility> for Visibility[src]

impl IntoPropertySource<Visibility> for Entity[src]

impl IntoPropertySource<bool> for Entity[src]

impl IntoPropertySource<f32> for Entity[src]

impl IntoPropertySource<f64> for Entity[src]

impl IntoPropertySource<i32> for Entity[src]

impl IntoPropertySource<i64> for Entity[src]

impl IntoPropertySource<u32> for Entity[src]

impl IntoPropertySource<usize> for Entity[src]

impl IntoPropertySource<Columns> for Columns[src]

impl IntoPropertySource<Columns> for Entity[src]

impl IntoPropertySource<Constraint> for Constraint[src]

impl IntoPropertySource<Constraint> for Entity[src]

impl IntoPropertySource<RenderPipeline> for Entity[src]

impl IntoPropertySource<RenderPipeline> for RenderPipeline[src]

impl IntoPropertySource<Rows> for Entity[src]

impl IntoPropertySource<Rows> for Rows[src]

impl IntoPropertySource<ScrollViewerMode> for Entity[src]

impl IntoPropertySource<ScrollViewerMode> for ScrollViewerMode[src]

impl IntoPropertySource<SelectedEntities> for Entity[src]

impl IntoPropertySource<SelectedEntities> for SelectedEntities[src]

impl IntoPropertySource<SelectedIndices> for Entity[src]

impl IntoPropertySource<SelectedIndices> for SelectedIndices[src]

impl IntoPropertySource<TextSelection> for Entity[src]

impl IntoPropertySource<TextSelection> for TextSelection[src]

impl IntoPropertySource<Image> for Entity[src]

impl IntoPropertySource<Image> for Image[src]

impl IntoPropertySource<Selector> for Entity[src]

impl IntoPropertySource<Selector> for Selector[src]

impl IntoPropertySource<Theme> for Entity[src]

impl IntoPropertySource<Theme> for Theme[src]

impl IntoPropertySource<Point> for Entity[src]

impl IntoPropertySource<Point> for Point[src]

impl IntoPropertySource<Rectangle> for Entity[src]

impl IntoPropertySource<Rectangle> for Rectangle[src]

impl IntoPropertySource<String16> for Entity[src]

impl IntoPropertySource<String16> for String16[src]

impl IntoPropertySource<Thickness> for Entity[src]

impl IntoPropertySource<Thickness> for Thickness[src]

impl IntoPropertySource<String> for Entity[src]

Loading content...