pub struct ContourSet { /* private fields */ }
Implementations§
Source§impl ContourSet
impl ContourSet
pub fn new( compact_heightfield: &CompactHeightfield<HasRegions>, context: &mut Context, max_error: f32, max_edge_len: i32, build_flags: ContourBuildFlags, ) -> Result<ContourSet, ()>
Auto Trait Implementations§
impl Freeze for ContourSet
impl RefUnwindSafe for ContourSet
impl Send for ContourSet
impl !Sync for ContourSet
impl Unpin for ContourSet
impl UnwindSafe for ContourSet
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