pub struct StbSecStraightBeam {
pub depth: f64,
}Fields§
§depth: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for StbSecStraightBeam
impl RefUnwindSafe for StbSecStraightBeam
impl Send for StbSecStraightBeam
impl Sync for StbSecStraightBeam
impl Unpin for StbSecStraightBeam
impl UnwindSafe for StbSecStraightBeam
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