pub struct ExecutionLanePlan { /* private fields */ }Expand description
One Plan-declared single-owner Kernel lane.
Implementations§
Trait Implementations§
Source§impl Clone for ExecutionLanePlan
impl Clone for ExecutionLanePlan
Source§fn clone(&self) -> ExecutionLanePlan
fn clone(&self) -> ExecutionLanePlan
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 moreSource§impl Debug for ExecutionLanePlan
impl Debug for ExecutionLanePlan
Source§impl<'de> Deserialize<'de> for ExecutionLanePlan
impl<'de> Deserialize<'de> for ExecutionLanePlan
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ExecutionLanePlan
Source§impl PartialEq for ExecutionLanePlan
impl PartialEq for ExecutionLanePlan
Source§impl Serialize for ExecutionLanePlan
impl Serialize for ExecutionLanePlan
impl StructuralPartialEq for ExecutionLanePlan
Auto Trait Implementations§
impl Freeze for ExecutionLanePlan
impl RefUnwindSafe for ExecutionLanePlan
impl Send for ExecutionLanePlan
impl Sync for ExecutionLanePlan
impl Unpin for ExecutionLanePlan
impl UnsafeUnpin for ExecutionLanePlan
impl UnwindSafe for ExecutionLanePlan
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