pub struct EntityIdRange {
pub start: u64,
pub count: u64,
}Fields§
§start: u64§count: u64Implementations§
Trait Implementations§
Source§impl Clone for EntityIdRange
impl Clone for EntityIdRange
Source§fn clone(&self) -> EntityIdRange
fn clone(&self) -> EntityIdRange
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 EntityIdRange
Source§impl Debug for EntityIdRange
impl Debug for EntityIdRange
Source§impl<'de> Deserialize<'de> for EntityIdRange
impl<'de> Deserialize<'de> for EntityIdRange
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for EntityIdRange
Source§impl PartialEq for EntityIdRange
impl PartialEq for EntityIdRange
Source§fn eq(&self, other: &EntityIdRange) -> bool
fn eq(&self, other: &EntityIdRange) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for EntityIdRange
impl Serialize for EntityIdRange
impl StructuralPartialEq for EntityIdRange
Auto Trait Implementations§
impl Freeze for EntityIdRange
impl RefUnwindSafe for EntityIdRange
impl Send for EntityIdRange
impl Sync for EntityIdRange
impl Unpin for EntityIdRange
impl UnsafeUnpin for EntityIdRange
impl UnwindSafe for EntityIdRange
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