#[repr(C)]pub struct profile {
pub L0: f32,
pub l0: f32,
pub L: f32,
pub f: f32,
pub delta: f32,
pub N_k: f32,
pub N_a: f32,
pub kmin: f32,
pub altitude: *mut f32,
pub xi0: *mut f32,
pub wind_speed: *mut f32,
pub wind_direction: *mut f32,
}Fields§
§L0: f32§l0: f32§L: f32§f: f32§delta: f32§N_k: f32§N_a: f32§kmin: f32§altitude: *mut f32§xi0: *mut f32§wind_speed: *mut f32§wind_direction: *mut f32Implementations§
Trait Implementations§
impl Copy for profile
impl Send for profile
Auto Trait Implementations§
impl Freeze for profile
impl RefUnwindSafe for profile
impl !Sync for profile
impl Unpin for profile
impl UnsafeUnpin for profile
impl UnwindSafe for profile
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