#[repr(C)]pub struct tm_state_graph_aspect_i {
pub prop_graph__nodes: u32,
pub prop_graph__transitions: u32,
pub prop_node__pos_x: u32,
pub prop_node__pos_y: u32,
pub prop_transition__from_node: u32,
pub prop_transition__to_node: u32,
pub node_aspect: u64,
pub transition_aspect: u64,
}Fields§
§prop_graph__nodes: u32§prop_graph__transitions: u32§prop_node__pos_x: u32§prop_node__pos_y: u32§prop_transition__from_node: u32§prop_transition__to_node: u32§node_aspect: u64§transition_aspect: u64Trait Implementations§
Source§impl Clone for tm_state_graph_aspect_i
impl Clone for tm_state_graph_aspect_i
Source§fn clone(&self) -> tm_state_graph_aspect_i
fn clone(&self) -> tm_state_graph_aspect_i
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 moreimpl Copy for tm_state_graph_aspect_i
Auto Trait Implementations§
impl Freeze for tm_state_graph_aspect_i
impl RefUnwindSafe for tm_state_graph_aspect_i
impl Send for tm_state_graph_aspect_i
impl Sync for tm_state_graph_aspect_i
impl Unpin for tm_state_graph_aspect_i
impl UnwindSafe for tm_state_graph_aspect_i
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