Struct graphics_tree::Texture
source · pub struct Texture(pub Arc<RwLock<TextureInner>>);
Expand description
Simplifies some common operations on textures.
Tuple Fields
0: Arc<RwLock<TextureInner>>
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Texture
impl Send for Texture
impl Sync for Texture
impl Unpin for Texture
impl UnwindSafe for Texture
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