Struct stm32_fmc::AddressPins11
source · pub struct AddressPins11;
Expand description
Type to mark that there are 11 address pins
Trait Implementations§
source§impl AddressPinSet for AddressPins11
impl AddressPinSet for AddressPins11
source§const ADDRESS_PINS: u8 = 11u8
const ADDRESS_PINS: u8 = 11u8
The number of address pins in this set of pins
source§impl Clone for AddressPins11
impl Clone for AddressPins11
source§fn clone(&self) -> AddressPins11
fn clone(&self) -> AddressPins11
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 more