pub struct Lod(/* private fields */);Expand description
A wrapper for the LOD level of a texture.
Trait Implementations§
Source§impl PartialOrd for Lod
impl PartialOrd for Lod
impl Copy for Lod
impl Eq for Lod
impl StructuralPartialEq for Lod
Auto Trait Implementations§
impl Freeze for Lod
impl RefUnwindSafe for Lod
impl Send for Lod
impl Sync for Lod
impl Unpin for Lod
impl UnwindSafe for Lod
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