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