pub enum MethodWireKind {
Bit,
Register,
}Variants§
Trait Implementations§
Source§impl Clone for MethodWireKind
impl Clone for MethodWireKind
Source§fn clone(&self) -> MethodWireKind
fn clone(&self) -> MethodWireKind
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 Debug for MethodWireKind
impl Debug for MethodWireKind
Source§impl PartialEq for MethodWireKind
impl PartialEq for MethodWireKind
Source§fn eq(&self, other: &MethodWireKind) -> bool
fn eq(&self, other: &MethodWireKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for MethodWireKind
impl StructuralPartialEq for MethodWireKind
Auto Trait Implementations§
impl Freeze for MethodWireKind
impl RefUnwindSafe for MethodWireKind
impl Send for MethodWireKind
impl Sync for MethodWireKind
impl Unpin for MethodWireKind
impl UnsafeUnpin for MethodWireKind
impl UnwindSafe for MethodWireKind
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