#[repr(C)]pub struct MapImporter {
pub fileExt: *const c_char,
pub import: MapImportFunc,
pub next: *mut MapImporter,
}
Fields§
§fileExt: *const c_char
§import: MapImportFunc
§next: *mut MapImporter
Trait Implementations§
Source§impl Clone for MapImporter
impl Clone for MapImporter
Source§fn clone(&self) -> MapImporter
fn clone(&self) -> MapImporter
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 MapImporter
impl Debug for MapImporter
Source§impl Hash for MapImporter
impl Hash for MapImporter
Source§impl PartialEq for MapImporter
impl PartialEq for MapImporter
impl Copy for MapImporter
impl Eq for MapImporter
impl StructuralPartialEq for MapImporter
Auto Trait Implementations§
impl Freeze for MapImporter
impl RefUnwindSafe for MapImporter
impl !Send for MapImporter
impl !Sync for MapImporter
impl Unpin for MapImporter
impl UnwindSafe for MapImporter
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