pub struct MvexBox {
pub mehd: Option<MehdBox>,
pub trex: TrexBox,
}
Fields§
§mehd: Option<MehdBox>
§trex: TrexBox
Implementations§
Trait Implementations§
source§impl PartialEq for MvexBox
impl PartialEq for MvexBox
impl Eq for MvexBox
impl StructuralPartialEq for MvexBox
Auto Trait Implementations§
impl Freeze for MvexBox
impl RefUnwindSafe for MvexBox
impl Send for MvexBox
impl Sync for MvexBox
impl Unpin for MvexBox
impl UnwindSafe for MvexBox
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