pub enum TextureLevelType {
None,
Lod,
Grad,
}
Variants§
Trait Implementations§
source§impl Clone for TextureLevelType
impl Clone for TextureLevelType
source§fn clone(&self) -> TextureLevelType
fn clone(&self) -> TextureLevelType
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 Debug for TextureLevelType
impl Debug for TextureLevelType
source§impl PartialEq for TextureLevelType
impl PartialEq for TextureLevelType
impl Copy for TextureLevelType
impl StructuralPartialEq for TextureLevelType
Auto Trait Implementations§
impl Freeze for TextureLevelType
impl RefUnwindSafe for TextureLevelType
impl Send for TextureLevelType
impl Sync for TextureLevelType
impl Unpin for TextureLevelType
impl UnwindSafe for TextureLevelType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)