pub struct BlockTypes { /* private fields */ }
Expand description
Used to look up standard Minecraft block types
Implementations§
Trait Implementations§
Source§impl Debug for BlockTypes
impl Debug for BlockTypes
Auto Trait Implementations§
impl Freeze for BlockTypes
impl RefUnwindSafe for BlockTypes
impl Send for BlockTypes
impl Sync for BlockTypes
impl Unpin for BlockTypes
impl UnwindSafe for BlockTypes
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