Struct level_lib::anvil::region::RegionData
source · pub struct RegionData { /* private fields */ }Expand description
A structure for region data
Implementations§
source§impl RegionData
impl RegionData
sourcepub fn new() -> RegionData
pub fn new() -> RegionData
create a new instance of a region data
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RegionData
impl RefUnwindSafe for RegionData
impl Send for RegionData
impl Sync for RegionData
impl Unpin for RegionData
impl UnwindSafe for RegionData
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