Struct ExAddSceneFormatImporterPlugin
pub struct ExAddSceneFormatImporterPlugin<'a> { /* private fields */ }
Expand description
Default-param extender for EditorPlugin::add_scene_format_importer_plugin_ex
.
Implementations§
§impl<'a> ExAddSceneFormatImporterPlugin<'a>
impl<'a> ExAddSceneFormatImporterPlugin<'a>
pub fn first_priority(self, value: bool) -> ExAddSceneFormatImporterPlugin<'a>
pub fn done(self)
Auto Trait Implementations§
impl<'a> Freeze for ExAddSceneFormatImporterPlugin<'a>
impl<'a> RefUnwindSafe for ExAddSceneFormatImporterPlugin<'a>
impl<'a> !Send for ExAddSceneFormatImporterPlugin<'a>
impl<'a> !Sync for ExAddSceneFormatImporterPlugin<'a>
impl<'a> Unpin for ExAddSceneFormatImporterPlugin<'a>
impl<'a> !UnwindSafe for ExAddSceneFormatImporterPlugin<'a>
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