pub struct ImageLoader { /* private fields */ }
Expand description
Register this for it to handle BindTextureMessage.
Implementations§
Source§impl ImageLoader
impl ImageLoader
pub fn register(gl: WebGlRenderingContext, texture_config: TextureConfig)
Auto Trait Implementations§
impl Freeze for ImageLoader
impl RefUnwindSafe for ImageLoader
impl !Send for ImageLoader
impl !Sync for ImageLoader
impl Unpin for ImageLoader
impl UnwindSafe for ImageLoader
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