pub struct PropertyIndex(pub u32);Expand description
Indexes into an entity’s property array.
Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for PropertyIndex
impl Clone for PropertyIndex
Source§fn clone(&self) -> PropertyIndex
fn clone(&self) -> PropertyIndex
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 PropertyIndex
impl Debug for PropertyIndex
Source§impl Display for PropertyIndex
impl Display for PropertyIndex
Source§impl From<u32> for PropertyIndex
impl From<u32> for PropertyIndex
Source§impl Hash for PropertyIndex
impl Hash for PropertyIndex
Source§impl Ord for PropertyIndex
impl Ord for PropertyIndex
Source§fn cmp(&self, other: &PropertyIndex) -> Ordering
fn cmp(&self, other: &PropertyIndex) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PropertyIndex
impl PartialEq for PropertyIndex
Source§impl PartialOrd for PropertyIndex
impl PartialOrd for PropertyIndex
impl Copy for PropertyIndex
impl Eq for PropertyIndex
impl StructuralPartialEq for PropertyIndex
Auto Trait Implementations§
impl Freeze for PropertyIndex
impl RefUnwindSafe for PropertyIndex
impl Send for PropertyIndex
impl Sync for PropertyIndex
impl Unpin for PropertyIndex
impl UnsafeUnpin for PropertyIndex
impl UnwindSafe for PropertyIndex
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