pub struct Texture<'a>(/* private fields */);
Expand description
Texture type.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Texture<'a>
impl<'a> RefUnwindSafe for Texture<'a>
impl<'a> !Send for Texture<'a>
impl<'a> !Sync for Texture<'a>
impl<'a> Unpin for Texture<'a>
impl<'a> UnwindSafe for Texture<'a>
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