pub struct BspConfig {
pub min_room_size: usize,
pub max_depth: usize,
pub room_padding: usize,
}Fields§
§min_room_size: usize§max_depth: usize§room_padding: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for BspConfig
impl RefUnwindSafe for BspConfig
impl Send for BspConfig
impl Sync for BspConfig
impl Unpin for BspConfig
impl UnwindSafe for BspConfig
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