pub struct IpcoBox {
props: ArrayVec<IpcoProp, 7>,
}
Expand description
Item Property Container box
Fields§
§props: ArrayVec<IpcoProp, 7>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IpcoBox
impl RefUnwindSafe for IpcoBox
impl Send for IpcoBox
impl Sync for IpcoBox
impl Unpin for IpcoBox
impl UnwindSafe for IpcoBox
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