pub enum SlmpDeviceRangeSampleValueKind {
Bit,
Word,
Dword,
}Variants§
Trait Implementations§
Source§impl Clone for SlmpDeviceRangeSampleValueKind
impl Clone for SlmpDeviceRangeSampleValueKind
Source§fn clone(&self) -> SlmpDeviceRangeSampleValueKind
fn clone(&self) -> SlmpDeviceRangeSampleValueKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for SlmpDeviceRangeSampleValueKind
impl<'de> Deserialize<'de> for SlmpDeviceRangeSampleValueKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SlmpDeviceRangeSampleValueKind
impl PartialEq for SlmpDeviceRangeSampleValueKind
Source§fn eq(&self, other: &SlmpDeviceRangeSampleValueKind) -> bool
fn eq(&self, other: &SlmpDeviceRangeSampleValueKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SlmpDeviceRangeSampleValueKind
impl Eq for SlmpDeviceRangeSampleValueKind
impl StructuralPartialEq for SlmpDeviceRangeSampleValueKind
Auto Trait Implementations§
impl Freeze for SlmpDeviceRangeSampleValueKind
impl RefUnwindSafe for SlmpDeviceRangeSampleValueKind
impl Send for SlmpDeviceRangeSampleValueKind
impl Sync for SlmpDeviceRangeSampleValueKind
impl Unpin for SlmpDeviceRangeSampleValueKind
impl UnsafeUnpin for SlmpDeviceRangeSampleValueKind
impl UnwindSafe for SlmpDeviceRangeSampleValueKind
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