#[repr(C)]pub struct GraphInterpreterContextT {
pub interpreter: *mut GraphInterpreterO,
pub node: u32,
pub _padding_55: [c_char; 4],
pub node_type: *const GraphNodeTypeI,
pub wires: *const u32,
}Fields§
§interpreter: *mut GraphInterpreterO§node: u32§_padding_55: [c_char; 4]§node_type: *const GraphNodeTypeI§wires: *const u32Trait Implementations§
Source§impl Clone for GraphInterpreterContextT
impl Clone for GraphInterpreterContextT
Source§fn clone(&self) -> GraphInterpreterContextT
fn clone(&self) -> GraphInterpreterContextT
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GraphInterpreterContextT
Auto Trait Implementations§
impl !Send for GraphInterpreterContextT
impl !Sync for GraphInterpreterContextT
impl Freeze for GraphInterpreterContextT
impl RefUnwindSafe for GraphInterpreterContextT
impl Unpin for GraphInterpreterContextT
impl UnsafeUnpin for GraphInterpreterContextT
impl UnwindSafe for GraphInterpreterContextT
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