Struct ExGetResourceIdForPath
pub struct ExGetResourceIdForPath<'ex> { /* private fields */ }Expand description
Default-param extender for ResourceSaver::get_resource_id_for_path_ex.
Implementations§
§impl<'ex> ExGetResourceIdForPath<'ex>
impl<'ex> ExGetResourceIdForPath<'ex>
pub fn generate(self, generate: bool) -> ExGetResourceIdForPath<'ex>
pub fn done(self) -> i64
Auto Trait Implementations§
impl<'ex> Freeze for ExGetResourceIdForPath<'ex>
impl<'ex> RefUnwindSafe for ExGetResourceIdForPath<'ex>
impl<'ex> !Send for ExGetResourceIdForPath<'ex>
impl<'ex> !Sync for ExGetResourceIdForPath<'ex>
impl<'ex> Unpin for ExGetResourceIdForPath<'ex>
impl<'ex> !UnwindSafe for ExGetResourceIdForPath<'ex>
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