Struct plane_split::bsp::PolygonIdx
source · pub struct PolygonIdx(usize);
Tuple Fields§
§0: usize
Trait Implementations§
source§impl Clone for PolygonIdx
impl Clone for PolygonIdx
source§fn clone(&self) -> PolygonIdx
fn clone(&self) -> PolygonIdx
Returns a copy 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 PolygonIdx
impl Debug for PolygonIdx
source§impl PartialEq for PolygonIdx
impl PartialEq for PolygonIdx
source§fn eq(&self, other: &PolygonIdx) -> bool
fn eq(&self, other: &PolygonIdx) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PolygonIdx
impl Eq for PolygonIdx
impl StructuralPartialEq for PolygonIdx
Auto Trait Implementations§
impl Freeze for PolygonIdx
impl RefUnwindSafe for PolygonIdx
impl Send for PolygonIdx
impl Sync for PolygonIdx
impl Unpin for PolygonIdx
impl UnwindSafe for PolygonIdx
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