pub struct TextureList { /* private fields */ }Expand description
An owned list of Texture produced by the library.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Sync for TextureList
impl Freeze for TextureList
impl RefUnwindSafe for TextureList
impl Unpin for TextureList
impl UnsafeUnpin for TextureList
impl UnwindSafe for TextureList
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