#[repr(C)]pub struct vmeta_thermal {
pub metaversion: c_int,
pub camserial: [c_char; 50],
pub alignment: vmeta_thermal_alignment,
pub conv_low: vmeta_thermal_conversion,
pub conv_high: vmeta_thermal_conversion,
pub scale_factor: f64,
}Fields§
§metaversion: c_int§camserial: [c_char; 50]§alignment: vmeta_thermal_alignment§conv_low: vmeta_thermal_conversion§conv_high: vmeta_thermal_conversion§scale_factor: f64Trait Implementations§
Source§impl Clone for vmeta_thermal
impl Clone for vmeta_thermal
Source§fn clone(&self) -> vmeta_thermal
fn clone(&self) -> vmeta_thermal
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 moreimpl Copy for vmeta_thermal
Auto Trait Implementations§
impl Freeze for vmeta_thermal
impl RefUnwindSafe for vmeta_thermal
impl Send for vmeta_thermal
impl Sync for vmeta_thermal
impl Unpin for vmeta_thermal
impl UnwindSafe for vmeta_thermal
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