pub struct TextureThemesView<'a, VR: VertexRef, SS: StringStorage> { /* private fields */ }Implementations§
Source§impl<'a, VR: VertexRef, SS: StringStorage> TextureThemesView<'a, VR, SS>
impl<'a, VR: VertexRef, SS: StringStorage> TextureThemesView<'a, VR, SS>
Trait Implementations§
Source§impl<'a, VR: Clone + VertexRef, SS: Clone + StringStorage> Clone for TextureThemesView<'a, VR, SS>
impl<'a, VR: Clone + VertexRef, SS: Clone + StringStorage> Clone for TextureThemesView<'a, VR, SS>
Source§fn clone(&self) -> TextureThemesView<'a, VR, SS>
fn clone(&self) -> TextureThemesView<'a, VR, SS>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a, VR: Debug + VertexRef, SS: Debug + StringStorage> Debug for TextureThemesView<'a, VR, SS>
impl<'a, VR: Debug + VertexRef, SS: Debug + StringStorage> Debug for TextureThemesView<'a, VR, SS>
impl<'a, VR: Copy + VertexRef, SS: Copy + StringStorage> Copy for TextureThemesView<'a, VR, SS>
Auto Trait Implementations§
impl<'a, VR, SS> Freeze for TextureThemesView<'a, VR, SS>
impl<'a, VR, SS> RefUnwindSafe for TextureThemesView<'a, VR, SS>
impl<'a, VR, SS> Send for TextureThemesView<'a, VR, SS>
impl<'a, VR, SS> Sync for TextureThemesView<'a, VR, SS>
impl<'a, VR, SS> Unpin for TextureThemesView<'a, VR, SS>
impl<'a, VR, SS> UnsafeUnpin for TextureThemesView<'a, VR, SS>
impl<'a, VR, SS> UnwindSafe for TextureThemesView<'a, VR, SS>
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