pub struct LocalId(pub u64);Expand description
The ECS’s internal entity handle. Opaque to the network layer.
In Phase 1 (Bevy), this wraps bevy_ecs::entity::Entity.
Tuple Fields§
§0: u64Trait Implementations§
Source§impl Ord for LocalId
impl Ord for LocalId
Source§impl PartialOrd for LocalId
impl PartialOrd for LocalId
impl Copy for LocalId
impl Eq for LocalId
impl StructuralPartialEq for LocalId
Auto Trait Implementations§
impl Freeze for LocalId
impl RefUnwindSafe for LocalId
impl Send for LocalId
impl Sync for LocalId
impl Unpin for LocalId
impl UnsafeUnpin for LocalId
impl UnwindSafe for LocalId
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