#[repr(C)]pub struct PerformOpFunc {
pub vtable: *const PerformOpFuncVtbl,
}
Fields§
§vtable: *const PerformOpFuncVtbl
Auto Trait Implementations§
impl Freeze for PerformOpFunc
impl RefUnwindSafe for PerformOpFunc
impl !Send for PerformOpFunc
impl !Sync for PerformOpFunc
impl Unpin for PerformOpFunc
impl UnwindSafe for PerformOpFunc
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