#[repr(C)]pub struct map_gobjDesc {
pub onCreation: Option<unsafe extern "C" fn(map: *mut GOBJ) -> *mut c_void>,
pub onDeletion: *mut c_void,
pub onFrame: *mut c_void,
pub onUnk: *mut c_void,
pub flags: c_int,
}Expand description
Structs
Fields§
§onCreation: Option<unsafe extern "C" fn(map: *mut GOBJ) -> *mut c_void>§onDeletion: *mut c_void§onFrame: *mut c_void§onUnk: *mut c_void§flags: c_intTrait Implementations§
Source§impl Clone for map_gobjDesc
impl Clone for map_gobjDesc
Source§fn clone(&self) -> map_gobjDesc
fn clone(&self) -> map_gobjDesc
Returns a duplicate 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 map_gobjDesc
impl Debug for map_gobjDesc
impl Copy for map_gobjDesc
Auto Trait Implementations§
impl Freeze for map_gobjDesc
impl RefUnwindSafe for map_gobjDesc
impl !Send for map_gobjDesc
impl !Sync for map_gobjDesc
impl Unpin for map_gobjDesc
impl UnwindSafe for map_gobjDesc
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