#[repr(C)]pub struct GraphComponentT {
pub gr: *mut GraphInterpreterO,
}Fields§
§gr: *mut GraphInterpreterOTrait 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 (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 GraphComponentT
Auto Trait Implementations§
impl !Send for GraphComponentT
impl !Sync for GraphComponentT
impl Freeze for GraphComponentT
impl RefUnwindSafe for GraphComponentT
impl Unpin for GraphComponentT
impl UnsafeUnpin 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