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 moresource§impl Debug for AddressPins11
impl Debug for AddressPins11
impl Copy for AddressPins11
Auto Trait Implementations§
impl Freeze for AddressPins11
impl RefUnwindSafe for AddressPins11
impl Send for AddressPins11
impl Sync for AddressPins11
impl Unpin for AddressPins11
impl UnwindSafe for AddressPins11
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
)