Struct azalea_block::LoomBlock
source · pub struct LoomBlock {
pub facing: FacingCardinal,
}Fields
facing: FacingCardinalTrait Implementations
sourceimpl From<LoomBlock> for BlockState
impl From<LoomBlock> for BlockState
impl Copy for LoomBlock
Auto Trait Implementations
impl RefUnwindSafe for LoomBlock
impl Send for LoomBlock
impl Sync for LoomBlock
impl Unpin for LoomBlock
impl UnwindSafe for LoomBlock
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