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