pub struct NodeGraphEditor {
pub title: String,
pub size: Vec2,
pub graph: NodeGraph,
}
Fields§
§title: String
§size: Vec2
§graph: NodeGraph
Implementations§
Trait Implementations§
Source§impl Clone for NodeGraphEditor
impl Clone for NodeGraphEditor
Source§fn clone(&self) -> NodeGraphEditor
fn clone(&self) -> NodeGraphEditor
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 moreAuto Trait Implementations§
impl Freeze for NodeGraphEditor
impl !RefUnwindSafe for NodeGraphEditor
impl Send for NodeGraphEditor
impl Sync for NodeGraphEditor
impl Unpin for NodeGraphEditor
impl !UnwindSafe for NodeGraphEditor
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