pub enum ABLayout {
NN,
NT,
TN,
TT,
}
Variants§
Auto Trait Implementations§
impl Freeze for ABLayout
impl RefUnwindSafe for ABLayout
impl Send for ABLayout
impl Sync for ABLayout
impl Unpin for ABLayout
impl UnwindSafe for ABLayout
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