pub struct ClusterWorkspacePlacement {
pub node_id: NodeId,
pub rect: Rect,
pub depth: usize,
}Fields§
§node_id: NodeId§rect: Rect§depth: usizeTrait Implementations§
Source§impl Clone for ClusterWorkspacePlacement
impl Clone for ClusterWorkspacePlacement
Source§fn clone(&self) -> ClusterWorkspacePlacement
fn clone(&self) -> ClusterWorkspacePlacement
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 Debug for ClusterWorkspacePlacement
impl Debug for ClusterWorkspacePlacement
impl Copy for ClusterWorkspacePlacement
impl StructuralPartialEq for ClusterWorkspacePlacement
Auto Trait Implementations§
impl Freeze for ClusterWorkspacePlacement
impl RefUnwindSafe for ClusterWorkspacePlacement
impl Send for ClusterWorkspacePlacement
impl Sync for ClusterWorkspacePlacement
impl Unpin for ClusterWorkspacePlacement
impl UnsafeUnpin for ClusterWorkspacePlacement
impl UnwindSafe for ClusterWorkspacePlacement
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