pub struct SelectedRealtimeStateComponentRealization { /* private fields */ }Expand description
One exact mutable-state component selected before native allocation.
Implementations§
Source§impl SelectedRealtimeStateComponentRealization
impl SelectedRealtimeStateComponentRealization
Sourcepub const fn component(&self) -> &StateComponentPolicy
pub const fn component(&self) -> &StateComponentPolicy
Returns the exact architecture-declared semantic component.
Sourcepub const fn placement(&self) -> StateComponentPlacement
pub const fn placement(&self) -> StateComponentPlacement
Returns the exact placement resolved during selection.
Trait Implementations§
Source§impl Clone for SelectedRealtimeStateComponentRealization
impl Clone for SelectedRealtimeStateComponentRealization
Source§fn clone(&self) -> SelectedRealtimeStateComponentRealization
fn clone(&self) -> SelectedRealtimeStateComponentRealization
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Eq for SelectedRealtimeStateComponentRealization
impl StructuralPartialEq for SelectedRealtimeStateComponentRealization
Auto Trait Implementations§
impl Freeze for SelectedRealtimeStateComponentRealization
impl RefUnwindSafe for SelectedRealtimeStateComponentRealization
impl Send for SelectedRealtimeStateComponentRealization
impl Sync for SelectedRealtimeStateComponentRealization
impl Unpin for SelectedRealtimeStateComponentRealization
impl UnsafeUnpin for SelectedRealtimeStateComponentRealization
impl UnwindSafe for SelectedRealtimeStateComponentRealization
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