#[repr(C)]pub struct b3WorldId {
pub index1: u16,
pub generation: u16,
}Expand description
World id references a world instance. This should be treated as an opaque handle.
Fields§
§index1: u16§generation: u16Trait Implementations§
Auto Trait Implementations§
impl Freeze for b3WorldId
impl RefUnwindSafe for b3WorldId
impl Send for b3WorldId
impl Sync for b3WorldId
impl Unpin for b3WorldId
impl UnsafeUnpin for b3WorldId
impl UnwindSafe for b3WorldId
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