pub struct FreyaDOM { /* private fields */ }
Expand description
Manages the application DOM.
Implementations§
source§impl FreyaDOM
impl FreyaDOM
pub fn layout(&self) -> MutexGuard<'_, Torin<NodeId>>
sourcepub fn init_dom(&mut self, mutations: Mutations<'_>, scale_factor: f32)
pub fn init_dom(&mut self, mutations: Mutations<'_>, scale_factor: f32)
Create the initial DOM from the given Mutations
sourcepub fn apply_mutations(
&mut self,
mutations: Mutations<'_>,
scale_factor: f32
) -> (bool, bool)
pub fn apply_mutations( &mut self, mutations: Mutations<'_>, scale_factor: f32 ) -> (bool, bool)
Process the given mutations from the VirtualDOM
.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for FreyaDOM
impl Send for FreyaDOM
impl Sync for FreyaDOM
impl Unpin for FreyaDOM
impl !UnwindSafe for FreyaDOM
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> NoneValue for Twhere
T: Default,
impl<T> NoneValue for Twhere T: Default,
type NoneType = T
§fn null_value() -> T
fn null_value() -> T
The none-equivalent value.