#[repr(C)]pub struct func_s {
pub ptr: [void_fp; 4],
}Fields§
§ptr: [void_fp; 4]Trait Implementations§
Auto Trait Implementations§
impl Freeze for func_s
impl RefUnwindSafe for func_s
impl !Send for func_s
impl !Sync for func_s
impl Unpin for func_s
impl UnwindSafe for func_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