pub struct Tex;Expand description
Basis of the texture space.
Trait Implementations§
impl Copy for Tex
impl Eq for Tex
impl StructuralPartialEq for Tex
Auto Trait Implementations§
impl Freeze for Tex
impl RefUnwindSafe for Tex
impl Send for Tex
impl Sync for Tex
impl Unpin for Tex
impl UnwindSafe for Tex
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