pub struct CtorFunc { /* private fields */ }Expand description
A structure describing one of program constructor functions
Implementations§
Trait Implementations§
impl StructuralPartialEq for CtorFunc
Auto Trait Implementations§
impl Freeze for CtorFunc
impl RefUnwindSafe for CtorFunc
impl Send for CtorFunc
impl Sync for CtorFunc
impl Unpin for CtorFunc
impl UnwindSafe for CtorFunc
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