#[repr(C)]pub struct A_Indirection {
pub type_: NodeTag,
pub arg: *mut Node,
pub indirection: *mut List,
}
Fields§
§type_: NodeTag
§arg: *mut Node
§indirection: *mut List
Trait Implementations§
Source§impl Clone for A_Indirection
impl Clone for A_Indirection
Source§fn clone(&self) -> A_Indirection
fn clone(&self) -> A_Indirection
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 A_Indirection
impl Debug for A_Indirection
Source§impl Default for A_Indirection
impl Default for A_Indirection
Source§impl Display for A_Indirection
impl Display for A_Indirection
Source§impl PgNode for A_Indirection
impl PgNode for A_Indirection
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for A_Indirection
Auto Trait Implementations§
impl Freeze for A_Indirection
impl RefUnwindSafe for A_Indirection
impl !Send for A_Indirection
impl !Sync for A_Indirection
impl Unpin for A_Indirection
impl UnwindSafe for A_Indirection
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