Struct stm32wlxx_hal::flash::AlignedAddrError
source · pub struct AlignedAddrError(/* private fields */);
Expand description
Error for conversions to AlignedAddr
.
Trait Implementations§
source§impl Clone for AlignedAddrError
impl Clone for AlignedAddrError
source§fn clone(&self) -> AlignedAddrError
fn clone(&self) -> AlignedAddrError
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 AlignedAddrError
impl Debug for AlignedAddrError
source§impl PartialEq for AlignedAddrError
impl PartialEq for AlignedAddrError
source§fn eq(&self, other: &AlignedAddrError) -> bool
fn eq(&self, other: &AlignedAddrError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AlignedAddrError
impl Eq for AlignedAddrError
impl StructuralEq for AlignedAddrError
impl StructuralPartialEq for AlignedAddrError
Auto Trait Implementations§
impl RefUnwindSafe for AlignedAddrError
impl Send for AlignedAddrError
impl Sync for AlignedAddrError
impl Unpin for AlignedAddrError
impl UnwindSafe for AlignedAddrError
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