pub struct ReplicatedTextControlState<S> { /* private fields */ }Expand description
Native state plus complete portable execution metadata. This is an opaque in-process slot, not a serialized snapshot or a complete generation snapshot. Slots share an exact executable owner and can be exchanged serially while keeping weights resident. Copying a slot requires the native copy mechanism.
Auto Trait Implementations§
impl<S> Freeze for ReplicatedTextControlState<S>where
S: Freeze,
impl<S> RefUnwindSafe for ReplicatedTextControlState<S>where
S: RefUnwindSafe,
impl<S> Send for ReplicatedTextControlState<S>where
S: Send,
impl<S> Sync for ReplicatedTextControlState<S>where
S: Sync,
impl<S> Unpin for ReplicatedTextControlState<S>where
S: Unpin,
impl<S> UnsafeUnpin for ReplicatedTextControlState<S>where
S: UnsafeUnpin,
impl<S> UnwindSafe for ReplicatedTextControlState<S>where
S: UnwindSafe,
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