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