Struct pax_runtime::slot::Slot
source · pub struct Slot {
pub index: Property<Numeric>,
pub last_node_id: Property<usize>,
pub showing_node: Property<Weak<ExpandedNode>>,
}Expand description
Contains the index value for slot, either a literal or an expression.
Fields§
§index: Property<Numeric>§last_node_id: Property<usize>§showing_node: Property<Weak<ExpandedNode>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Slot
impl !RefUnwindSafe for Slot
impl !Send for Slot
impl !Sync for Slot
impl Unpin for Slot
impl !UnwindSafe for Slot
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, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
source§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.