#[repr(C)]pub struct vmeta_thermal_conversion {
pub r: f32,
pub b: f32,
pub f: f32,
pub o: f32,
pub tau_win: f32,
pub t_win: f32,
pub t_bg: f32,
pub emissivity: f32,
pub valid: u8,
}Fields§
§r: f32§b: f32§f: f32§o: f32§tau_win: f32§t_win: f32§t_bg: f32§emissivity: f32§valid: u8Trait Implementations§
Source§impl Clone for vmeta_thermal_conversion
impl Clone for vmeta_thermal_conversion
Source§fn clone(&self) -> vmeta_thermal_conversion
fn clone(&self) -> vmeta_thermal_conversion
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 moreSource§impl Debug for vmeta_thermal_conversion
impl Debug for vmeta_thermal_conversion
impl Copy for vmeta_thermal_conversion
Auto Trait Implementations§
impl Freeze for vmeta_thermal_conversion
impl RefUnwindSafe for vmeta_thermal_conversion
impl Send for vmeta_thermal_conversion
impl Sync for vmeta_thermal_conversion
impl Unpin for vmeta_thermal_conversion
impl UnwindSafe for vmeta_thermal_conversion
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