pub struct FreyaDOM { /* private fields */ }Expand description
Manages the application DOM.
Implementations§
source§impl FreyaDOM
impl FreyaDOM
pub fn new(rdom: DioxusDOM, dioxus_integration_state: DioxusState) -> Self
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§
§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
§impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere
W: DeserializeWith<F, T, D>,
D: Fallible + ?Sized,
F: ?Sized,
impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere W: DeserializeWith<F, T, D>, D: Fallible + ?Sized, F: ?Sized,
§fn deserialize(
&self,
deserializer: &mut D
) -> Result<With<T, W>, <D as Fallible>::Error>
fn deserialize( &self, deserializer: &mut D ) -> Result<With<T, W>, <D as Fallible>::Error>
Deserializes using the given deserializer
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.