pub struct CSFuncId {
pub cid: ContextId,
pub func_id: FuncId,
}Expand description
Context-sensitive function consisting of a context id (cid) and a function id (func_id).
Fields§
§cid: ContextId§func_id: FuncIdImplementations§
Trait Implementations§
source§impl CGFunction for CSFuncId
impl CGFunction for CSFuncId
source§impl Ord for CSFuncId
impl Ord for CSFuncId
source§impl PartialEq for CSFuncId
impl PartialEq for CSFuncId
source§impl PartialOrd for CSFuncId
impl PartialOrd for CSFuncId
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for CSFuncId
impl Eq for CSFuncId
impl StructuralPartialEq for CSFuncId
Auto Trait Implementations§
impl RefUnwindSafe for CSFuncId
impl Send for CSFuncId
impl Sync for CSFuncId
impl Unpin for CSFuncId
impl UnwindSafe for CSFuncId
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.