#[repr(C)]pub struct mddm_s {
pub comp: dom_t,
pub exec: dom_t,
}Fields§
§comp: dom_t§exec: dom_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for mddm_s
impl RefUnwindSafe for mddm_s
impl Send for mddm_s
impl Sync for mddm_s
impl Unpin for mddm_s
impl UnwindSafe for mddm_s
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