#[repr(C)]pub struct sensors_bus_id {
pub type_: c_short,
pub nr: c_short,
}
Fields§
§type_: c_short
§nr: c_short
Trait Implementations§
Source§impl Clone for sensors_bus_id
impl Clone for sensors_bus_id
Source§fn clone(&self) -> sensors_bus_id
fn clone(&self) -> sensors_bus_id
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_bus_id
impl Debug for sensors_bus_id
impl Copy for sensors_bus_id
Auto Trait Implementations§
impl Freeze for sensors_bus_id
impl RefUnwindSafe for sensors_bus_id
impl Send for sensors_bus_id
impl Sync for sensors_bus_id
impl Unpin for sensors_bus_id
impl UnwindSafe for sensors_bus_id
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