pub struct FaceInf {
pub nfaces: u64,
pub il: Vec<u64>,
pub tf: fn(_: (usize, usize, usize)) -> usize,
}Expand description
FaceInf
Fields§
§nfaces: u64number of faces
il: Vec<u64>index list [u64; n + 1]
tf: fn(_: (usize, usize, usize)) -> usizetexture function (i, param, max_i) 0 ≤ i < max_i
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FaceInf
impl Send for FaceInf
impl Sync for FaceInf
impl Unpin for FaceInf
impl UnwindSafe for FaceInf
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