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 duplicate 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
impl Copy for AlignedAddrError
impl Eq for AlignedAddrError
impl StructuralPartialEq for AlignedAddrError
Auto Trait Implementations§
impl Freeze for AlignedAddrError
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