#[repr(C)]pub struct pm_alias_global_variable_node {
pub base: pm_node_t,
pub new_name: *mut pm_node,
pub old_name: *mut pm_node,
pub keyword_loc: pm_location_t,
}Expand description
AliasGlobalVariableNode
Type: PM_ALIAS_GLOBAL_VARIABLE_NODE
@extends pm_node_t
Fields§
§base: pm_node_tThe embedded base node.
new_name: *mut pm_nodeAliasGlobalVariableNode#new_name
old_name: *mut pm_nodeAliasGlobalVariableNode#old_name
keyword_loc: pm_location_tAliasGlobalVariableNode#keyword_loc
Trait Implementations§
source§impl Clone for pm_alias_global_variable_node
impl Clone for pm_alias_global_variable_node
source§fn clone(&self) -> pm_alias_global_variable_node
fn clone(&self) -> pm_alias_global_variable_node
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 moreimpl Copy for pm_alias_global_variable_node
Auto Trait Implementations§
impl RefUnwindSafe for pm_alias_global_variable_node
impl !Send for pm_alias_global_variable_node
impl !Sync for pm_alias_global_variable_node
impl Unpin for pm_alias_global_variable_node
impl UnwindSafe for pm_alias_global_variable_node
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