Struct freya::prelude::LayoutMetadata
pub struct LayoutMetadata {
pub root_area: Rect<f32, Measure>,
}
Fields§
§root_area: Rect<f32, Measure>
Auto Trait Implementations§
impl RefUnwindSafe for LayoutMetadata
impl Send for LayoutMetadata
impl Sync for LayoutMetadata
impl Unpin for LayoutMetadata
impl UnwindSafe for LayoutMetadata
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