pub struct RealtimeArchitectureConstructionIdentity { /* private fields */ }Expand description
Architecture-issued identities that bind concrete modules to one selection.
Implementations§
Source§impl RealtimeArchitectureConstructionIdentity
impl RealtimeArchitectureConstructionIdentity
Sourcepub fn new(
architecture: RealtimeIdentity,
speech_schedule: RealtimeIdentity,
state_layout: RealtimeIdentity,
) -> Self
pub fn new( architecture: RealtimeIdentity, speech_schedule: RealtimeIdentity, state_layout: RealtimeIdentity, ) -> Self
Creates one exact construction witness.
Trait Implementations§
Source§impl Clone for RealtimeArchitectureConstructionIdentity
impl Clone for RealtimeArchitectureConstructionIdentity
Source§fn clone(&self) -> RealtimeArchitectureConstructionIdentity
fn clone(&self) -> RealtimeArchitectureConstructionIdentity
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 RealtimeArchitectureConstructionIdentity
impl StructuralPartialEq for RealtimeArchitectureConstructionIdentity
Auto Trait Implementations§
impl Freeze for RealtimeArchitectureConstructionIdentity
impl RefUnwindSafe for RealtimeArchitectureConstructionIdentity
impl Send for RealtimeArchitectureConstructionIdentity
impl Sync for RealtimeArchitectureConstructionIdentity
impl Unpin for RealtimeArchitectureConstructionIdentity
impl UnsafeUnpin for RealtimeArchitectureConstructionIdentity
impl UnwindSafe for RealtimeArchitectureConstructionIdentity
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