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