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