Struct stm32_fmc::AddressPins13
source · pub struct AddressPins13;
Expand description
Type to mark that there are 13 address pins
Trait Implementations§
source§impl AddressPinSet for AddressPins13
impl AddressPinSet for AddressPins13
source§const ADDRESS_PINS: u8 = 13u8
const ADDRESS_PINS: u8 = 13u8
The number of address pins in this set of pins
source§impl Clone for AddressPins13
impl Clone for AddressPins13
source§fn clone(&self) -> AddressPins13
fn clone(&self) -> AddressPins13
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 AddressPins13
impl Debug for AddressPins13
impl Copy for AddressPins13
Auto Trait Implementations§
impl Freeze for AddressPins13
impl RefUnwindSafe for AddressPins13
impl Send for AddressPins13
impl Sync for AddressPins13
impl Unpin for AddressPins13
impl UnwindSafe for AddressPins13
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
)