pub struct GenlThermal {
pub payload: GenlThermalPayload,
pub family_id: u16,
}Fields§
§payload: GenlThermalPayload§family_id: u16The family ID of the message. Assigned by the GenericNetlink server.
Trait Implementations§
Source§impl Clone for GenlThermal
impl Clone for GenlThermal
Source§fn clone(&self) -> GenlThermal
fn clone(&self) -> GenlThermal
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 GenlThermal
impl Debug for GenlThermal
Source§impl Emitable for GenlThermal
impl Emitable for GenlThermal
Source§impl GenlFamily for GenlThermal
impl GenlFamily for GenlThermal
Source§fn family_name() -> &'static str
fn family_name() -> &'static str
Return the unique family name registered in the kernel Read more
Source§impl PartialEq for GenlThermal
impl PartialEq for GenlThermal
impl Eq for GenlThermal
impl StructuralPartialEq for GenlThermal
Auto Trait Implementations§
impl Freeze for GenlThermal
impl RefUnwindSafe for GenlThermal
impl Send for GenlThermal
impl Sync for GenlThermal
impl Unpin for GenlThermal
impl UnsafeUnpin for GenlThermal
impl UnwindSafe for GenlThermal
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