pub struct IpmaBox {
pub entries: ArrayVec<IpmaEntry, 2>,
}
Fields§
§entries: ArrayVec<IpmaEntry, 2>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IpmaBox
impl RefUnwindSafe for IpmaBox
impl Send for IpmaBox
impl Sync for IpmaBox
impl Unpin for IpmaBox
impl UnwindSafe for IpmaBox
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