Struct libsensors_sys::sensors_feature [] [src]

#[repr(C)]
pub struct sensors_feature { pub name: *mut c_char, pub number: c_int, pub type_: sensors_feature_type, pub first_subfeature: c_int, pub padding1: c_int, }

Fields

Trait Implementations

impl Debug for sensors_feature
[src]

[src]

Formats the value using the given formatter.

impl Copy for sensors_feature
[src]

impl Clone for sensors_feature
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more