Struct x86test_types::StaticTestFn
source · [−]pub struct StaticTestFn(pub fn());
Tuple Fields
0: fn()
Auto Trait Implementations
impl RefUnwindSafe for StaticTestFn
impl Send for StaticTestFn
impl Sync for StaticTestFn
impl Unpin for StaticTestFn
impl UnwindSafe for StaticTestFn
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more