Enum nando_support::epic_control::DependencyRef
source · pub enum DependencyRef {
Ptr(Arc<RwLock<ParkableControlBlock>>),
EcbRef(EcbId),
}Variants§
Ptr(Arc<RwLock<ParkableControlBlock>>)
EcbRef(EcbId)
Implementations§
source§impl DependencyRef
impl DependencyRef
Trait Implementations§
source§impl Clone for DependencyRef
impl Clone for DependencyRef
source§fn clone(&self) -> DependencyRef
fn clone(&self) -> DependencyRef
Returns a copy of the value. Read more
1.0.0 · 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 DependencyRef
impl Debug for DependencyRef
source§impl From<DependencyRefDef> for DependencyRef
impl From<DependencyRefDef> for DependencyRef
source§fn from(value: DependencyRefDef) -> Self
fn from(value: DependencyRefDef) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for DependencyRef
impl Send for DependencyRef
impl Sync for DependencyRef
impl Unpin for DependencyRef
impl !UnwindSafe for DependencyRef
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