pub struct Airfoil {
pub surface: Surface,
pub chord_length: f64,
pub half_num: i32,
/* private fields */
}
Fields§
§surface: Surface
§chord_length: f64
§half_num: i32
Implementations§
Auto Trait Implementations§
impl Freeze for Airfoil
impl RefUnwindSafe for Airfoil
impl Send for Airfoil
impl Sync for Airfoil
impl Unpin for Airfoil
impl UnwindSafe for Airfoil
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