pub struct CtorDeclListNode(pub u32);Tuple Fields§
§0: u32Trait Implementations§
source§impl Clone for CtorDeclListNode
impl Clone for CtorDeclListNode
source§fn clone(&self) -> CtorDeclListNode
fn clone(&self) -> CtorDeclListNode
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 CtorDeclListNode
impl Debug for CtorDeclListNode
source§impl Display for CtorDeclListNode
impl Display for CtorDeclListNode
source§impl From<u32> for CtorDeclListNode
impl From<u32> for CtorDeclListNode
source§impl Hash for CtorDeclListNode
impl Hash for CtorDeclListNode
source§impl Into<u32> for CtorDeclListNode
impl Into<u32> for CtorDeclListNode
source§impl Ord for CtorDeclListNode
impl Ord for CtorDeclListNode
source§fn cmp(&self, other: &CtorDeclListNode) -> Ordering
fn cmp(&self, other: &CtorDeclListNode) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for CtorDeclListNode
impl PartialEq for CtorDeclListNode
source§impl PartialOrd for CtorDeclListNode
impl PartialOrd for CtorDeclListNode
impl Copy for CtorDeclListNode
impl Eq for CtorDeclListNode
impl StructuralPartialEq for CtorDeclListNode
Auto Trait Implementations§
impl Freeze for CtorDeclListNode
impl RefUnwindSafe for CtorDeclListNode
impl Send for CtorDeclListNode
impl Sync for CtorDeclListNode
impl Unpin for CtorDeclListNode
impl UnwindSafe for CtorDeclListNode
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)