Struct easy_opengl::textures::TextureConfig
source · pub struct TextureConfig { /* private fields */ }
Implementations
sourceimpl TextureConfig
impl TextureConfig
Auto Trait Implementations
impl RefUnwindSafe for TextureConfig
impl Send for TextureConfig
impl Sync for TextureConfig
impl Unpin for TextureConfig
impl UnwindSafe for TextureConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more