#[repr(C)]pub struct gr_method_tab_input {
pub index: gr_method,
pub function: gr_funcptr,
}Fields§
§index: gr_method§function: gr_funcptrTrait Implementations§
Auto Trait Implementations§
impl Freeze for gr_method_tab_input
impl RefUnwindSafe for gr_method_tab_input
impl Send for gr_method_tab_input
impl Sync for gr_method_tab_input
impl Unpin for gr_method_tab_input
impl UnsafeUnpin for gr_method_tab_input
impl UnwindSafe for gr_method_tab_input
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