pub struct StbSlabs {
pub stb_slab_list: Vec<StbSlab>,
}Fields§
§stb_slab_list: Vec<StbSlab>Trait Implementations§
Auto Trait Implementations§
impl Freeze for StbSlabs
impl RefUnwindSafe for StbSlabs
impl Send for StbSlabs
impl Sync for StbSlabs
impl Unpin for StbSlabs
impl UnwindSafe for StbSlabs
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