pub struct LayoutErr;
Expand description
Error caused by invalid size or alignment.
Trait Implementations§
Source§impl From<LayoutError> for LayoutErr
impl From<LayoutError> for LayoutErr
Source§fn from(_err: StdLayoutErr) -> Self
fn from(_err: StdLayoutErr) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LayoutErr
impl RefUnwindSafe for LayoutErr
impl Send for LayoutErr
impl Sync for LayoutErr
impl Unpin for LayoutErr
impl UnwindSafe for LayoutErr
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