pub struct StbSecRollH {
pub name: String,
pub sec_type: StbSecRollHType,
pub a: f64,
pub b: f64,
pub t1: f64,
pub t2: f64,
pub r: f64,
}Fields§
§name: String§sec_type: StbSecRollHType§a: f64§b: f64§t1: f64§t2: f64§r: f64Trait Implementations§
Source§impl Debug for StbSecRollH
impl Debug for StbSecRollH
impl StbSecSteelChildren for StbSecRollH
Auto Trait Implementations§
impl Freeze for StbSecRollH
impl RefUnwindSafe for StbSecRollH
impl Send for StbSecRollH
impl Sync for StbSecRollH
impl Unpin for StbSecRollH
impl UnwindSafe for StbSecRollH
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