#[repr(C)]pub struct sensors_feature {
pub name: *mut c_char,
pub number: c_int,
pub type_: Type,
pub first_subfeature: c_int,
pub padding1: c_int,
}Fields§
§name: *mut c_char§number: c_int§type_: Type§first_subfeature: c_int§padding1: c_intTrait Implementations§
Source§impl Clone for sensors_feature
impl Clone for sensors_feature
Source§fn clone(&self) -> sensors_feature
fn clone(&self) -> sensors_feature
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 sensors_feature
impl Debug for sensors_feature
Source§impl Ord for sensors_feature
impl Ord for sensors_feature
Source§fn cmp(&self, other: &sensors_feature) -> Ordering
fn cmp(&self, other: &sensors_feature) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for sensors_feature
impl PartialEq for sensors_feature
Source§impl PartialOrd for sensors_feature
impl PartialOrd for sensors_feature
impl Copy for sensors_feature
impl Eq for sensors_feature
impl StructuralPartialEq for sensors_feature
Auto Trait Implementations§
impl Freeze for sensors_feature
impl RefUnwindSafe for sensors_feature
impl !Send for sensors_feature
impl !Sync for sensors_feature
impl Unpin for sensors_feature
impl UnwindSafe for sensors_feature
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