Struct egui_ash::ImageRegistry
source · pub struct ImageRegistry { /* private fields */ }Implementations§
source§impl ImageRegistry
impl ImageRegistry
pub fn register_user_texture( &self, image_view: ImageView, sampler: Sampler ) -> TextureId
pub fn unregister_user_texture(&self, id: TextureId)
Trait Implementations§
source§impl Clone for ImageRegistry
impl Clone for ImageRegistry
source§fn clone(&self) -> ImageRegistry
fn clone(&self) -> ImageRegistry
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 moreAuto Trait Implementations§
impl RefUnwindSafe for ImageRegistry
impl Send for ImageRegistry
impl Sync for ImageRegistry
impl Unpin for ImageRegistry
impl UnwindSafe for ImageRegistry
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