#[repr(C)]pub struct pm_call_operator_write_node {
pub base: pm_node_t,
pub receiver: *mut pm_node,
pub call_operator_loc: pm_location_t,
pub message_loc: pm_location_t,
pub read_name: pm_constant_id_t,
pub write_name: pm_constant_id_t,
pub operator: pm_constant_id_t,
pub operator_loc: pm_location_t,
pub value: *mut pm_node,
}Expand description
CallOperatorWriteNode
Type: PM_CALL_OPERATOR_WRITE_NODE Flags: PM_CALL_NODE_FLAGS_SAFE_NAVIGATION PM_CALL_NODE_FLAGS_VARIABLE_CALL PM_CALL_NODE_FLAGS_ATTRIBUTE_WRITE PM_CALL_NODE_FLAGS_IGNORE_VISIBILITY
@extends pm_node_t
Fields§
§base: pm_node_tThe embedded base node.
receiver: *mut pm_nodeCallOperatorWriteNode#receiver
call_operator_loc: pm_location_tCallOperatorWriteNode#call_operator_loc
message_loc: pm_location_tCallOperatorWriteNode#message_loc
read_name: pm_constant_id_tCallOperatorWriteNode#read_name
write_name: pm_constant_id_tCallOperatorWriteNode#write_name
operator: pm_constant_id_tCallOperatorWriteNode#operator
operator_loc: pm_location_tCallOperatorWriteNode#operator_loc
value: *mut pm_nodeCallOperatorWriteNode#value
Trait Implementations§
source§impl Clone for pm_call_operator_write_node
impl Clone for pm_call_operator_write_node
source§fn clone(&self) -> pm_call_operator_write_node
fn clone(&self) -> pm_call_operator_write_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 moresource§impl Debug for pm_call_operator_write_node
impl Debug for pm_call_operator_write_node
impl Copy for pm_call_operator_write_node
Auto Trait Implementations§
impl RefUnwindSafe for pm_call_operator_write_node
impl !Send for pm_call_operator_write_node
impl !Sync for pm_call_operator_write_node
impl Unpin for pm_call_operator_write_node
impl UnwindSafe for pm_call_operator_write_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