pub enum GenlThermalCmd {
ThermalGenlSamplingTemp,
}Expand description
Command code definition of Netlink controller (thermal) family
Variants§
ThermalGenlSamplingTemp
Notify from sample.
Trait Implementations§
Source§impl Clone for GenlThermalCmd
impl Clone for GenlThermalCmd
Source§fn clone(&self) -> GenlThermalCmd
fn clone(&self) -> GenlThermalCmd
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 GenlThermalCmd
impl Debug for GenlThermalCmd
Source§impl From<GenlThermalCmd> for u8
impl From<GenlThermalCmd> for u8
Source§fn from(cmd: GenlThermalCmd) -> u8
fn from(cmd: GenlThermalCmd) -> u8
Converts to this type from the input type.
Source§impl PartialEq for GenlThermalCmd
impl PartialEq for GenlThermalCmd
Source§impl TryFrom<u8> for GenlThermalCmd
impl TryFrom<u8> for GenlThermalCmd
impl Copy for GenlThermalCmd
impl Eq for GenlThermalCmd
impl StructuralPartialEq for GenlThermalCmd
Auto Trait Implementations§
impl Freeze for GenlThermalCmd
impl RefUnwindSafe for GenlThermalCmd
impl Send for GenlThermalCmd
impl Sync for GenlThermalCmd
impl Unpin for GenlThermalCmd
impl UnsafeUnpin for GenlThermalCmd
impl UnwindSafe for GenlThermalCmd
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