#[repr(C)]pub struct EntityBlackboardValueT {
pub id: StrhashT,
pub __bindgen_anon_1: EntityBlackboardValueTBindgenTy1,
}Fields§
§id: StrhashT§__bindgen_anon_1: EntityBlackboardValueTBindgenTy1Trait Implementations§
Auto Trait Implementations§
impl !Send for EntityBlackboardValueT
impl !Sync for EntityBlackboardValueT
impl Freeze for EntityBlackboardValueT
impl RefUnwindSafe for EntityBlackboardValueT
impl Unpin for EntityBlackboardValueT
impl UnsafeUnpin for EntityBlackboardValueT
impl UnwindSafe for EntityBlackboardValueT
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