pub struct StateDot { /* private fields */ }Implementations§
Source§impl StateDot
impl StateDot
pub fn finish_node(&mut self)
Source§impl StateDot
impl StateDot
pub fn finish_node_label_type_pack_id(&mut self, tp: TypePackId)
Source§impl StateDot
impl StateDot
pub fn start_node_label(&mut self)
Source§impl StateDot
impl StateDot
pub fn state_dot_state_dot(opts: ToDotOptions) -> Self
Source§impl StateDot
impl StateDot
pub fn visit_child_type_pack_id_i32_c_char( &mut self, tp: TypePackId, parent_index: i32, link_name: *const c_char, )
Source§impl StateDot
impl StateDot
pub fn visit_children_type_pack_id_i32(&mut self, tp: TypePackId, index: i32)
Trait Implementations§
Auto Trait Implementations§
impl !Send for StateDot
impl !Sync for StateDot
impl Freeze for StateDot
impl RefUnwindSafe for StateDot
impl Unpin for StateDot
impl UnsafeUnpin for StateDot
impl UnwindSafe for StateDot
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