#[repr(C)]pub struct GraphInterpreterDebuggerWireToIdxT {
pub wire_id: TtIdT,
pub wire_index: u32,
pub _padding_38: [c_char; 4],
}
Fields§
§wire_id: TtIdT
§wire_index: u32
§_padding_38: [c_char; 4]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GraphInterpreterDebuggerWireToIdxT
impl RefUnwindSafe for GraphInterpreterDebuggerWireToIdxT
impl Send for GraphInterpreterDebuggerWireToIdxT
impl Sync for GraphInterpreterDebuggerWireToIdxT
impl Unpin for GraphInterpreterDebuggerWireToIdxT
impl UnwindSafe for GraphInterpreterDebuggerWireToIdxT
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