#[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§
§name: *mut c_char
§number: c_int
§type_: sensors_feature_type
§first_subfeature: c_int
§padding1: c_int
Trait 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
impl Copy 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