pub struct StbSec1WaySlab1 {
pub pos: StbSec1WaySlab1Position,
pub strength: String,
pub d: String,
pub pitch: f64,
}Fields§
§pos: StbSec1WaySlab1Position§strength: String§d: String§pitch: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for StbSec1WaySlab1
impl RefUnwindSafe for StbSec1WaySlab1
impl Send for StbSec1WaySlab1
impl Sync for StbSec1WaySlab1
impl Unpin for StbSec1WaySlab1
impl UnwindSafe for StbSec1WaySlab1
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