Struct azalea_block::BellBlock
source · [−]pub struct BellBlock {
pub attachment: Attachment,
pub facing: FacingCardinal,
pub powered: bool,
}Fields
attachment: Attachmentfacing: FacingCardinalpowered: boolTrait Implementations
sourceimpl From<BellBlock> for BlockState
impl From<BellBlock> for BlockState
impl Copy for BellBlock
Auto Trait Implementations
impl RefUnwindSafe for BellBlock
impl Send for BellBlock
impl Sync for BellBlock
impl Unpin for BellBlock
impl UnwindSafe for BellBlock
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