Enum stm32_hal2::gpio::OutputType [−][src]
#[repr(u8)] pub enum OutputType { PushPull, OpenDrain, }
Expand description
Values for GPIOx_OTYPER
Variants
Trait Implementations
impl Clone for OutputType
[src]
impl Clone for OutputType
[src]fn clone(&self) -> OutputType
[src]
fn clone(&self) -> OutputType
[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]Performs copy-assignment from source
. Read more