pub struct StbCommon {
pub stb_reinforcement_strength_list: StbReinforcementStrengthList,
}Fields§
§stb_reinforcement_strength_list: StbReinforcementStrengthListImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StbCommon
impl RefUnwindSafe for StbCommon
impl Send for StbCommon
impl Sync for StbCommon
impl Unpin for StbCommon
impl UnwindSafe for StbCommon
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