#[repr(C)]pub struct GraphInterpreterWireContentT {
pub n: u32,
pub size: u32,
pub data: *mut c_void,
}
Fields§
§n: u32
§size: u32
§data: *mut c_void
Trait Implementations§
Source§impl Clone for GraphInterpreterWireContentT
impl Clone for GraphInterpreterWireContentT
Source§fn clone(&self) -> GraphInterpreterWireContentT
fn clone(&self) -> GraphInterpreterWireContentT
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 moreimpl Copy for GraphInterpreterWireContentT
Auto Trait Implementations§
impl Freeze for GraphInterpreterWireContentT
impl RefUnwindSafe for GraphInterpreterWireContentT
impl !Send for GraphInterpreterWireContentT
impl !Sync for GraphInterpreterWireContentT
impl Unpin for GraphInterpreterWireContentT
impl UnwindSafe for GraphInterpreterWireContentT
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