pub struct BArrayState { /* private fields */ }
Expand description
A single instance of an array.
This is how external API’s hold a reference to an in-memory state, although the struct is private.
Auto Trait Implementations§
impl Freeze for BArrayState
impl RefUnwindSafe for BArrayState
impl !Send for BArrayState
impl !Sync for BArrayState
impl Unpin for BArrayState
impl UnwindSafe for BArrayState
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