pub struct InvLayout(pub usize, pub usize, pub LayoutErr);Expand description
An invalid layout and the reason for it.
Tuple Fields§
§0: usize§1: usize§2: LayoutErrTrait Implementations§
impl Copy for InvLayout
impl Eq for InvLayout
impl StructuralPartialEq for InvLayout
Auto Trait Implementations§
impl Freeze for InvLayout
impl RefUnwindSafe for InvLayout
impl Send for InvLayout
impl Sync for InvLayout
impl Unpin for InvLayout
impl UnwindSafe for InvLayout
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