#[repr(C)]pub struct clingo_ast_constructor {
pub name: *const c_char,
pub arguments: *const clingo_ast_argument_t,
pub size: usize,
}Expand description
! A lists of required attributes to construct an AST.
Fields§
§name: *const c_char§arguments: *const clingo_ast_argument_t§size: usizeTrait Implementations§
Source§impl Clone for clingo_ast_constructor
impl Clone for clingo_ast_constructor
Source§fn clone(&self) -> clingo_ast_constructor
fn clone(&self) -> clingo_ast_constructor
Returns a duplicate 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 clingo_ast_constructor
impl Debug for clingo_ast_constructor
impl Copy for clingo_ast_constructor
Auto Trait Implementations§
impl Freeze for clingo_ast_constructor
impl RefUnwindSafe for clingo_ast_constructor
impl !Send for clingo_ast_constructor
impl !Sync for clingo_ast_constructor
impl Unpin for clingo_ast_constructor
impl UnwindSafe for clingo_ast_constructor
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