Struct ExGenerateLod
pub struct ExGenerateLod<'a> { /* private fields */ }
Expand description
Default-param extender for SurfaceTool::generate_lod_ex
.
Implementations§
§impl<'a> ExGenerateLod<'a>
impl<'a> ExGenerateLod<'a>
pub fn target_index_count(self, value: i32) -> ExGenerateLod<'a>
pub fn done(self) -> PackedInt32Array
Auto Trait Implementations§
impl<'a> Freeze for ExGenerateLod<'a>
impl<'a> RefUnwindSafe for ExGenerateLod<'a>
impl<'a> !Send for ExGenerateLod<'a>
impl<'a> !Sync for ExGenerateLod<'a>
impl<'a> Unpin for ExGenerateLod<'a>
impl<'a> !UnwindSafe for ExGenerateLod<'a>
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