pub struct TextTexture {
pub texture: Texture<'static>,
pub width: u32,
pub height: u32,
}Fields§
§texture: Texture<'static>§width: u32§height: u32Auto Trait Implementations§
impl Freeze for TextTexture
impl RefUnwindSafe for TextTexture
impl !Send for TextTexture
impl !Sync for TextTexture
impl Unpin for TextTexture
impl UnsafeUnpin for TextTexture
impl UnwindSafe for TextTexture
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