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