pub struct Portals { /* private fields */ }Expand description
Declares portals which are surfaces connecting two partitioning planes, crate::BSPNode.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Portals
impl RefUnwindSafe for Portals
impl Send for Portals
impl Sync for Portals
impl Unpin for Portals
impl UnwindSafe for Portals
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