Struct raui_core::layout::LayoutItem [−][src]
Fields
local_space: Rectui_space: Rectparent: Option<WidgetId>Implementations
impl LayoutItem[src]
impl LayoutItem[src]pub fn virtual_to_real(&self, mapping: &CoordsMapping) -> Self[src]
pub fn real_to_virtual(&self, mapping: &CoordsMapping) -> Self[src]
Trait Implementations
impl Clone for LayoutItem[src]
impl Clone for LayoutItem[src]fn clone(&self) -> LayoutItem[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Default for LayoutItem[src]
impl Default for LayoutItem[src]fn default() -> LayoutItem[src]
impl<'de> Deserialize<'de> for LayoutItem[src]
impl<'de> Deserialize<'de> for LayoutItem[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Serialize for LayoutItem[src]
impl Serialize for LayoutItem[src]Auto Trait Implementations
impl RefUnwindSafe for LayoutItem
impl RefUnwindSafe for LayoutItemimpl Send for LayoutItem
impl Send for LayoutItemimpl Sync for LayoutItem
impl Sync for LayoutItemimpl Unpin for LayoutItem
impl Unpin for LayoutItemimpl UnwindSafe for LayoutItem
impl UnwindSafe for LayoutItemBlanket 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]