#[repr(C)]pub enum TextureUnit {
TU0 = 0,
TU1 = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for TextureUnit
impl Clone for TextureUnit
Source§fn clone(&self) -> TextureUnit
fn clone(&self) -> TextureUnit
Returns a copy 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 PartialEq for TextureUnit
impl PartialEq for TextureUnit
impl Copy for TextureUnit
impl StructuralPartialEq for TextureUnit
Auto Trait Implementations§
impl Freeze for TextureUnit
impl RefUnwindSafe for TextureUnit
impl Send for TextureUnit
impl Sync for TextureUnit
impl Unpin for TextureUnit
impl UnwindSafe for TextureUnit
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