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