#[repr(C)]pub struct GraphInterpreterDebuggerWireT {
pub activity: ClockO,
pub n: u32,
pub size: u32,
pub data: [c_char; 64],
}
Fields§
§activity: ClockO
§n: u32
§size: u32
§data: [c_char; 64]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GraphInterpreterDebuggerWireT
impl RefUnwindSafe for GraphInterpreterDebuggerWireT
impl Send for GraphInterpreterDebuggerWireT
impl Sync for GraphInterpreterDebuggerWireT
impl Unpin for GraphInterpreterDebuggerWireT
impl UnwindSafe for GraphInterpreterDebuggerWireT
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