Enum mimxrt500_hal::gpio::dynpin::DynSignalType
source · pub enum DynSignalType {
Digital,
Analog,
}Expand description
Value-level enum for alternate peripheral function signal types.
Variants§
Trait Implementations§
source§impl Clone for DynSignalType
impl Clone for DynSignalType
source§fn clone(&self) -> DynSignalType
fn clone(&self) -> DynSignalType
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 PartialEq<DynSignalType> for DynSignalType
impl PartialEq<DynSignalType> for DynSignalType
source§fn eq(&self, other: &DynSignalType) -> bool
fn eq(&self, other: &DynSignalType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for DynSignalType
impl Eq for DynSignalType
impl StructuralEq for DynSignalType
impl StructuralPartialEq for DynSignalType
Auto Trait Implementations§
impl RefUnwindSafe for DynSignalType
impl Send for DynSignalType
impl Sync for DynSignalType
impl Unpin for DynSignalType
impl UnwindSafe for DynSignalType
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