pub struct StbSecHaunch {
pub width_start: f64,
pub depth_start: f64,
pub width_center: f64,
pub depth_center: f64,
pub width_end: f64,
pub depth_end: f64,
}Fields§
§width_start: f64§depth_start: f64§width_center: f64§depth_center: f64§width_end: f64§depth_end: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for StbSecHaunch
impl RefUnwindSafe for StbSecHaunch
impl Send for StbSecHaunch
impl Sync for StbSecHaunch
impl Unpin for StbSecHaunch
impl UnwindSafe for StbSecHaunch
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