pub struct VIP {
pub vs: Buffer,
pub is: Buffer,
pub p: FaceInf,
}Expand description
Vertex Index Param
Fields§
§vs: Buffervertex series
is: Bufferindex series
p: FaceInfparam FaceInf
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for VIP
impl Send for VIP
impl Sync for VIP
impl Unpin for VIP
impl !UnwindSafe for VIP
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