pub struct LayoutNodeId(pub usize);Expand description
A unique identifier for a layout node.
Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for LayoutNodeId
impl Clone for LayoutNodeId
Source§fn clone(&self) -> LayoutNodeId
fn clone(&self) -> LayoutNodeId
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 LayoutNodeId
impl Debug for LayoutNodeId
Source§impl PartialEq for LayoutNodeId
impl PartialEq for LayoutNodeId
impl Copy for LayoutNodeId
impl Eq for LayoutNodeId
impl StructuralPartialEq for LayoutNodeId
Auto Trait Implementations§
impl Freeze for LayoutNodeId
impl RefUnwindSafe for LayoutNodeId
impl Send for LayoutNodeId
impl Sync for LayoutNodeId
impl Unpin for LayoutNodeId
impl UnsafeUnpin for LayoutNodeId
impl UnwindSafe for LayoutNodeId
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