Struct stm32_fmc::AddressPins12
source · pub struct AddressPins12;
Expand description
Type to mark that there are 12 address pins
Trait Implementations§
source§impl AddressPinSet for AddressPins12
impl AddressPinSet for AddressPins12
source§const ADDRESS_PINS: u8 = 12u8
const ADDRESS_PINS: u8 = 12u8
The number of address pins in this set of pins
source§impl Clone for AddressPins12
impl Clone for AddressPins12
source§fn clone(&self) -> AddressPins12
fn clone(&self) -> AddressPins12
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 Debug for AddressPins12
impl Debug for AddressPins12
impl Copy for AddressPins12
Auto Trait Implementations§
impl Freeze for AddressPins12
impl RefUnwindSafe for AddressPins12
impl Send for AddressPins12
impl Sync for AddressPins12
impl Unpin for AddressPins12
impl UnwindSafe for AddressPins12
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)