Struct azalea_block::TntBlock
source · pub struct TntBlock {
pub unstable: bool,
}Fields
unstable: boolTrait Implementations
sourceimpl From<TntBlock> for BlockState
impl From<TntBlock> for BlockState
impl Copy for TntBlock
Auto Trait Implementations
impl RefUnwindSafe for TntBlock
impl Send for TntBlock
impl Sync for TntBlock
impl Unpin for TntBlock
impl UnwindSafe for TntBlock
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more