#[repr(C)]pub struct MapGenerator {
pub Prepare: Option<unsafe extern "C" fn() -> cc_bool>,
pub Generate: Option<unsafe extern "C" fn()>,
}
Fields§
§Prepare: Option<unsafe extern "C" fn() -> cc_bool>
§Generate: Option<unsafe extern "C" fn()>
Trait Implementations§
Source§impl Clone for MapGenerator
impl Clone for MapGenerator
Source§fn clone(&self) -> MapGenerator
fn clone(&self) -> MapGenerator
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 MapGenerator
impl Debug for MapGenerator
Source§impl Hash for MapGenerator
impl Hash for MapGenerator
Source§impl PartialEq for MapGenerator
impl PartialEq for MapGenerator
impl Copy for MapGenerator
impl Eq for MapGenerator
impl StructuralPartialEq for MapGenerator
Auto Trait Implementations§
impl Freeze for MapGenerator
impl RefUnwindSafe for MapGenerator
impl Send for MapGenerator
impl Sync for MapGenerator
impl Unpin for MapGenerator
impl UnwindSafe for MapGenerator
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