Struct raui_core::layout::LayoutItem  
source · pub struct LayoutItem {
    pub local_space: Rect,
    pub ui_space: Rect,
    pub parent: Option<WidgetId>,
}Fields§
§local_space: Rect§ui_space: Rect§parent: Option<WidgetId>Implementations§
source§impl LayoutItem
 
impl LayoutItem
pub fn virtual_to_real(&self, mapping: &CoordsMapping) -> Self
pub fn real_to_virtual(&self, mapping: &CoordsMapping) -> Self
Trait Implementations§
source§impl Clone for LayoutItem
 
impl Clone for LayoutItem
source§fn clone(&self) -> LayoutItem
 
fn clone(&self) -> LayoutItem
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Debug for LayoutItem
 
impl Debug for LayoutItem
source§impl Default for LayoutItem
 
impl Default for LayoutItem
source§fn default() -> LayoutItem
 
fn default() -> LayoutItem
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for LayoutItem
 
impl<'de> Deserialize<'de> for LayoutItem
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
Auto Trait Implementations§
impl RefUnwindSafe for LayoutItem
impl Send for LayoutItem
impl Sync for LayoutItem
impl Unpin for LayoutItem
impl UnwindSafe for LayoutItem
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more