pub struct Shareable<T>(/* private fields */);Expand description
The storage type for a shared global.
This is generally not used directly, but it is the type of a static declared with the
shareable! macro, and can be used to construct more complicated shared
types.
Implementations§
Auto Trait Implementations§
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