#[repr(C)]pub struct CstExprConstantInteger {
pub base: CstNode,
pub value: AstArray<c_char>,
}Fields§
§base: CstNode§value: AstArray<c_char>Implementations§
Trait Implementations§
Source§impl Clone for CstExprConstantInteger
impl Clone for CstExprConstantInteger
Source§fn clone(&self) -> CstExprConstantInteger
fn clone(&self) -> CstExprConstantInteger
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 CstNodeClass for CstExprConstantInteger
impl CstNodeClass for CstExprConstantInteger
Source§const CLASS_INDEX: i32
const CLASS_INDEX: i32
The node’s CST RTTI id; mirrors
T::CstClassIndex().Auto Trait Implementations§
impl !Send for CstExprConstantInteger
impl !Sync for CstExprConstantInteger
impl Freeze for CstExprConstantInteger
impl RefUnwindSafe for CstExprConstantInteger
impl Unpin for CstExprConstantInteger
impl UnsafeUnpin for CstExprConstantInteger
impl UnwindSafe for CstExprConstantInteger
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