Struct ipmi_rs::storage::sdr::SensorCount
source · pub struct SensorCount;Trait Implementations§
source§impl Clone for SensorCount
impl Clone for SensorCount
source§fn clone(&self) -> SensorCount
fn clone(&self) -> SensorCount
Returns a copy 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 SensorCount
impl Debug for SensorCount
source§impl PartialEq for SensorCount
impl PartialEq for SensorCount
source§fn eq(&self, other: &SensorCount) -> bool
fn eq(&self, other: &SensorCount) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for SensorCount
impl StructuralPartialEq for SensorCount
Auto Trait Implementations§
impl RefUnwindSafe for SensorCount
impl Send for SensorCount
impl Sync for SensorCount
impl Unpin for SensorCount
impl UnwindSafe for SensorCount
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