#[repr(C)]pub struct r_ascii_node_t {Show 17 fields
pub gnode: *mut RGraphNode,
pub title: *mut c_char,
pub body: *mut c_char,
pub color: *mut c_char,
pub x: c_int,
pub y: c_int,
pub w: c_int,
pub h: c_int,
pub layer: c_int,
pub layer_height: c_int,
pub layer_width: c_int,
pub pos_in_layer: c_int,
pub is_dummy: c_int,
pub is_reversed: c_int,
pub klass: c_int,
pub difftype: c_int,
pub is_mini: bool,
}
Fields§
§gnode: *mut RGraphNode
§title: *mut c_char
§body: *mut c_char
§color: *mut c_char
§x: c_int
§y: c_int
§w: c_int
§h: c_int
§layer: c_int
§layer_height: c_int
§layer_width: c_int
§pos_in_layer: c_int
§is_dummy: c_int
§is_reversed: c_int
§klass: c_int
§difftype: c_int
§is_mini: bool
Trait Implementations§
Source§impl Clone for r_ascii_node_t
impl Clone for r_ascii_node_t
Source§fn clone(&self) -> r_ascii_node_t
fn clone(&self) -> r_ascii_node_t
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 r_ascii_node_t
impl Debug for r_ascii_node_t
impl Copy for r_ascii_node_t
Auto Trait Implementations§
impl Freeze for r_ascii_node_t
impl RefUnwindSafe for r_ascii_node_t
impl !Send for r_ascii_node_t
impl !Sync for r_ascii_node_t
impl Unpin for r_ascii_node_t
impl UnwindSafe for r_ascii_node_t
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