pub struct WorldId {
pub index1: u16,
pub generation: u16,
}Expand description
World id references a world instance. Treat as an opaque handle.
Fields§
§index1: u16§generation: u16Implementations§
Trait Implementations§
impl Copy for WorldId
impl Eq for WorldId
impl StructuralPartialEq for WorldId
Auto Trait Implementations§
impl Freeze for WorldId
impl RefUnwindSafe for WorldId
impl Send for WorldId
impl Sync for WorldId
impl Unpin for WorldId
impl UnsafeUnpin for WorldId
impl UnwindSafe for WorldId
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