Struct omnisensor::i2c::PMBusDeviceType
source · [−]pub struct PMBusDeviceType {
name: &'static str,
}
Expand description
A PMBus I2C device type.
Fields
name: &'static str
Device type name (uppercase).
Trait Implementations
sourceimpl Clone for PMBusDeviceType
impl Clone for PMBusDeviceType
sourcefn clone(&self) -> PMBusDeviceType
fn clone(&self) -> PMBusDeviceType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PMBusDeviceType
impl Debug for PMBusDeviceType
sourceimpl Hash for PMBusDeviceType
impl Hash for PMBusDeviceType
sourceimpl PartialEq<PMBusDeviceType> for PMBusDeviceType
impl PartialEq<PMBusDeviceType> for PMBusDeviceType
sourcefn eq(&self, other: &PMBusDeviceType) -> bool
fn eq(&self, other: &PMBusDeviceType) -> bool
impl Copy for PMBusDeviceType
impl Eq for PMBusDeviceType
impl StructuralEq for PMBusDeviceType
impl StructuralPartialEq for PMBusDeviceType
Auto Trait Implementations
impl RefUnwindSafe for PMBusDeviceType
impl Send for PMBusDeviceType
impl Sync for PMBusDeviceType
impl Unpin for PMBusDeviceType
impl UnwindSafe for PMBusDeviceType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more