#[repr(C)]pub struct gidispatch_function_struct {
pub id: glui32,
pub fnptr: *mut c_void,
pub name: *mut c_char,
}Fields§
§id: glui32§fnptr: *mut c_void§name: *mut c_charTrait Implementations§
Source§impl Clone for gidispatch_function_struct
impl Clone for gidispatch_function_struct
Source§fn clone(&self) -> gidispatch_function_struct
fn clone(&self) -> gidispatch_function_struct
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for gidispatch_function_struct
impl Debug for gidispatch_function_struct
impl Copy for gidispatch_function_struct
Auto Trait Implementations§
impl Freeze for gidispatch_function_struct
impl RefUnwindSafe for gidispatch_function_struct
impl !Send for gidispatch_function_struct
impl !Sync for gidispatch_function_struct
impl Unpin for gidispatch_function_struct
impl UnwindSafe for gidispatch_function_struct
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