pub enum ThermalAttr {
ThermalZoneId(u32),
ThermalZoneTemp(u32),
}Variants§
Trait Implementations§
Source§impl Clone for ThermalAttr
impl Clone for ThermalAttr
Source§fn clone(&self) -> ThermalAttr
fn clone(&self) -> ThermalAttr
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 ThermalAttr
impl Debug for ThermalAttr
Source§impl Nla for ThermalAttr
impl Nla for ThermalAttr
Source§impl PartialEq for ThermalAttr
impl PartialEq for ThermalAttr
impl Eq for ThermalAttr
impl StructuralPartialEq for ThermalAttr
Auto Trait Implementations§
impl Freeze for ThermalAttr
impl RefUnwindSafe for ThermalAttr
impl Send for ThermalAttr
impl Sync for ThermalAttr
impl Unpin for ThermalAttr
impl UnsafeUnpin for ThermalAttr
impl UnwindSafe for ThermalAttr
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