pub struct StbSecRollL {
pub name: String,
pub sec_type: StbSecRollLType,
pub a: f64,
pub b: f64,
pub t1: f64,
pub t2: f64,
pub r1: f64,
pub r2: f64,
pub side: bool,
}Fields§
§name: String§sec_type: StbSecRollLType§a: f64§b: f64§t1: f64§t2: f64§r1: f64§r2: f64§side: boolTrait Implementations§
Source§impl Debug for StbSecRollL
impl Debug for StbSecRollL
impl StbSecSteelChildren for StbSecRollL
Auto Trait Implementations§
impl Freeze for StbSecRollL
impl RefUnwindSafe for StbSecRollL
impl Send for StbSecRollL
impl Sync for StbSecRollL
impl Unpin for StbSecRollL
impl UnwindSafe for StbSecRollL
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