pub struct IprpBox {
pub ipco: IpcoBox,
pub ipma: IpmaBox,
}
Expand description
Item properties + associations
Fields§
§ipco: IpcoBox
§ipma: IpmaBox
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IprpBox
impl RefUnwindSafe for IprpBox
impl Send for IprpBox
impl Sync for IprpBox
impl Unpin for IprpBox
impl UnwindSafe for IprpBox
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