#[repr(C)]pub struct AST_NODE_STRUCT {
pub type_: ast_node_type_T,
pub location: location_T,
pub errors: *mut hb_array_T,
}Fields§
§type_: ast_node_type_T§location: location_T§errors: *mut hb_array_TTrait Implementations§
Source§impl Clone for AST_NODE_STRUCT
impl Clone for AST_NODE_STRUCT
Source§fn clone(&self) -> AST_NODE_STRUCT
fn clone(&self) -> AST_NODE_STRUCT
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 AST_NODE_STRUCT
impl Debug for AST_NODE_STRUCT
impl Copy for AST_NODE_STRUCT
Auto Trait Implementations§
impl Freeze for AST_NODE_STRUCT
impl RefUnwindSafe for AST_NODE_STRUCT
impl !Send for AST_NODE_STRUCT
impl !Sync for AST_NODE_STRUCT
impl Unpin for AST_NODE_STRUCT
impl UnwindSafe for AST_NODE_STRUCT
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