#[repr(C)]pub struct label_node_s {
pub label: label_3bc_t,
pub cpumode: cpumode_3bc_t,
pub next: *mut label_node_s,
pub point: *mut line_node_s,
}Expand description
PROGRAM MEMORY
Fields§
§label: label_3bc_t§cpumode: cpumode_3bc_t§next: *mut label_node_s§point: *mut line_node_sTrait Implementations§
Source§impl Clone for label_node_s
impl Clone for label_node_s
Source§fn clone(&self) -> label_node_s
fn clone(&self) -> label_node_s
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 label_node_s
impl Debug for label_node_s
impl Copy for label_node_s
Auto Trait Implementations§
impl Freeze for label_node_s
impl RefUnwindSafe for label_node_s
impl !Send for label_node_s
impl !Sync for label_node_s
impl Unpin for label_node_s
impl UnwindSafe for label_node_s
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