pub struct ContourBuildFlags {
pub tessellate_wall_edges: bool,
pub tessellate_area_edges: bool,
}
Fields§
§tessellate_wall_edges: bool
§tessellate_area_edges: bool
Auto Trait Implementations§
impl Freeze for ContourBuildFlags
impl RefUnwindSafe for ContourBuildFlags
impl Send for ContourBuildFlags
impl Sync for ContourBuildFlags
impl Unpin for ContourBuildFlags
impl UnwindSafe for ContourBuildFlags
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