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 (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 ClusterWorkspacePlacement
Source§impl Debug for ClusterWorkspacePlacement
impl Debug for ClusterWorkspacePlacement
Source§impl PartialEq for ClusterWorkspacePlacement
impl PartialEq for ClusterWorkspacePlacement
Source§fn eq(&self, other: &ClusterWorkspacePlacement) -> bool
fn eq(&self, other: &ClusterWorkspacePlacement) -> bool
Tests for
self and other values to be equal, and is used by ==.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