pub enum ProtocolIdent {
ProfibusDp,
ManufacturerSpecific(u8),
}
Variants§
Trait Implementations§
Source§impl Clone for ProtocolIdent
impl Clone for ProtocolIdent
Source§fn clone(&self) -> ProtocolIdent
fn clone(&self) -> ProtocolIdent
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 ProtocolIdent
impl Debug for ProtocolIdent
Source§impl Default for ProtocolIdent
impl Default for ProtocolIdent
Source§fn default() -> ProtocolIdent
fn default() -> ProtocolIdent
Returns the “default value” for a type. Read more
Source§impl PartialEq for ProtocolIdent
impl PartialEq for ProtocolIdent
impl Copy for ProtocolIdent
impl Eq for ProtocolIdent
impl StructuralPartialEq for ProtocolIdent
Auto Trait Implementations§
impl Freeze for ProtocolIdent
impl RefUnwindSafe for ProtocolIdent
impl Send for ProtocolIdent
impl Sync for ProtocolIdent
impl Unpin for ProtocolIdent
impl UnwindSafe for ProtocolIdent
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