pub struct LayoutLeaf {
pub node: NodeId,
pub rect: RwSignal<Rect>,
}Fields§
§node: NodeId§rect: RwSignal<Rect>Implementations§
Source§impl LayoutLeaf
impl LayoutLeaf
pub fn register(layout_style: LayoutStyle) -> Result<Self, LayoutError>
Auto Trait Implementations§
impl Freeze for LayoutLeaf
impl RefUnwindSafe for LayoutLeaf
impl Send for LayoutLeaf
impl Sync for LayoutLeaf
impl Unpin for LayoutLeaf
impl UnsafeUnpin for LayoutLeaf
impl UnwindSafe for LayoutLeaf
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