pub enum SignalExtendedValueType {
SignedOrUnsignedInteger,
IEEEfloat32Bit,
IEEEdouble64bit,
}
Variants§
Trait Implementations§
Source§impl Clone for SignalExtendedValueType
impl Clone for SignalExtendedValueType
Source§fn clone(&self) -> SignalExtendedValueType
fn clone(&self) -> SignalExtendedValueType
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 SignalExtendedValueType
impl Debug for SignalExtendedValueType
Source§impl PartialEq for SignalExtendedValueType
impl PartialEq for SignalExtendedValueType
impl Copy for SignalExtendedValueType
impl StructuralPartialEq for SignalExtendedValueType
Auto Trait Implementations§
impl Freeze for SignalExtendedValueType
impl RefUnwindSafe for SignalExtendedValueType
impl Send for SignalExtendedValueType
impl Sync for SignalExtendedValueType
impl Unpin for SignalExtendedValueType
impl UnwindSafe for SignalExtendedValueType
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