pub struct LocalMap<T> {
pub actor_values: BSFixedString,
pub entries: *mut T,
}
Fields§
§actor_values: BSFixedString
§entries: *mut T
Implementations§
Trait Implementations§
Source§impl<T> Index<ActorValue> for LocalMap<T>
impl<T> Index<ActorValue> for LocalMap<T>
Source§impl<T> IndexMut<ActorValue> for LocalMap<T>
impl<T> IndexMut<ActorValue> for LocalMap<T>
impl<T> StructuralPartialEq for LocalMap<T>
Auto Trait Implementations§
impl<T> Freeze for LocalMap<T>
impl<T> RefUnwindSafe for LocalMap<T>where
T: RefUnwindSafe,
impl<T> !Send for LocalMap<T>
impl<T> !Sync for LocalMap<T>
impl<T> Unpin for LocalMap<T>
impl<T> UnwindSafe for LocalMap<T>where
T: RefUnwindSafe,
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