pub struct RealtimeTaskBindingPlan { /* private fields */ }Expand description
Canonical owner-partitioned bindings derived from exact realtime tasks.
Implementations§
Source§impl RealtimeTaskBindingPlan
impl RealtimeTaskBindingPlan
Sourcepub fn into_parts(
self,
) -> (Vec<WeightBinding>, BTreeMap<ParameterGroupOwner, Vec<WeightBinding>>)
pub fn into_parts( self, ) -> (Vec<WeightBinding>, BTreeMap<ParameterGroupOwner, Vec<WeightBinding>>)
Consumes the pinned and execution-unit binding partitions.
Trait Implementations§
Source§impl Clone for RealtimeTaskBindingPlan
impl Clone for RealtimeTaskBindingPlan
Source§fn clone(&self) -> RealtimeTaskBindingPlan
fn clone(&self) -> RealtimeTaskBindingPlan
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 moreAuto Trait Implementations§
impl Freeze for RealtimeTaskBindingPlan
impl RefUnwindSafe for RealtimeTaskBindingPlan
impl Send for RealtimeTaskBindingPlan
impl Sync for RealtimeTaskBindingPlan
impl Unpin for RealtimeTaskBindingPlan
impl UnsafeUnpin for RealtimeTaskBindingPlan
impl UnwindSafe for RealtimeTaskBindingPlan
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