Struct CantileverReaction
pub struct CantileverReaction {
pub vertical_reaction: f64,
pub fixed_end_moment: f64,
}Expand description
Fixed-end reaction data for a cantilever with a free-end point load.
Fields§
§vertical_reaction: f64The vertical reaction at the fixed support.
fixed_end_moment: f64The fixed-end moment at the support.
Trait Implementations§
§impl Clone for CantileverReaction
impl Clone for CantileverReaction
§fn clone(&self) -> CantileverReaction
fn clone(&self) -> CantileverReaction
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for CantileverReaction
impl Debug for CantileverReaction
§impl PartialEq for CantileverReaction
impl PartialEq for CantileverReaction
impl Copy for CantileverReaction
impl StructuralPartialEq for CantileverReaction
Auto Trait Implementations§
impl Freeze for CantileverReaction
impl RefUnwindSafe for CantileverReaction
impl Send for CantileverReaction
impl Sync for CantileverReaction
impl Unpin for CantileverReaction
impl UnsafeUnpin for CantileverReaction
impl UnwindSafe for CantileverReaction
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