Struct gemini_engine::elements3d::view3d::face::Face
source · pub struct Face {
pub v_indexes: Vec<usize>,
pub fill_char: ColChar,
}Fields§
§v_indexes: Vec<usize>§fill_char: ColCharImplementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Face
impl Send for Face
impl Sync for Face
impl Unpin for Face
impl UnwindSafe for Face
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