pub struct TextureConfig { /* private fields */ }
Implementations§
Source§impl TextureConfig
impl TextureConfig
Auto Trait Implementations§
impl Freeze for TextureConfig
impl RefUnwindSafe for TextureConfig
impl Send for TextureConfig
impl Sync for TextureConfig
impl Unpin for TextureConfig
impl UnwindSafe for TextureConfig
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