pub struct SelectedStateComponentRealization { /* private fields */ }Expand description
Selected physical realization of one exact semantic state component.
Implementations§
Source§impl SelectedStateComponentRealization
impl SelectedStateComponentRealization
Sourcepub const fn storage_dtype(&self) -> StateStorageDtype
pub const fn storage_dtype(&self) -> StateStorageDtype
Exact native scalar representation admitted for this component.
Sourcepub const fn component(&self) -> &StateComponentPolicy
pub const fn component(&self) -> &StateComponentPolicy
Returns the exact architecture-declared component contract.
Sourcepub const fn placement(&self) -> StateComponentPlacement
pub const fn placement(&self) -> StateComponentPlacement
Returns the selected physical placement.
Trait Implementations§
Source§impl Clone for SelectedStateComponentRealization
impl Clone for SelectedStateComponentRealization
Source§fn clone(&self) -> SelectedStateComponentRealization
fn clone(&self) -> SelectedStateComponentRealization
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 SelectedStateComponentRealization
impl StructuralPartialEq for SelectedStateComponentRealization
Auto Trait Implementations§
impl Freeze for SelectedStateComponentRealization
impl RefUnwindSafe for SelectedStateComponentRealization
impl Send for SelectedStateComponentRealization
impl Sync for SelectedStateComponentRealization
impl Unpin for SelectedStateComponentRealization
impl UnsafeUnpin for SelectedStateComponentRealization
impl UnwindSafe for SelectedStateComponentRealization
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