pub struct CellId(/* private fields */);Expand description
An ID identifying a cell in lattice rectangle.
Implementations§
Trait Implementations§
Source§impl Ord for CellId
impl Ord for CellId
Source§impl PartialOrd for CellId
impl PartialOrd for CellId
impl Copy for CellId
impl Eq for CellId
impl StructuralPartialEq for CellId
Auto Trait Implementations§
impl Freeze for CellId
impl RefUnwindSafe for CellId
impl Send for CellId
impl Sync for CellId
impl Unpin for CellId
impl UnwindSafe for CellId
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