Struct azalea_block::JackOLanternBlock
source · [−]pub struct JackOLanternBlock {
pub facing: FacingCardinal,
}Fields
facing: FacingCardinalTrait Implementations
sourceimpl Block for JackOLanternBlock
impl Block for JackOLanternBlock
sourceimpl Clone for JackOLanternBlock
impl Clone for JackOLanternBlock
sourcefn clone(&self) -> JackOLanternBlock
fn clone(&self) -> JackOLanternBlock
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for JackOLanternBlock
impl Debug for JackOLanternBlock
sourceimpl Default for JackOLanternBlock
impl Default for JackOLanternBlock
sourceimpl From<JackOLanternBlock> for BlockState
impl From<JackOLanternBlock> for BlockState
sourcefn from(b: JackOLanternBlock) -> Self
fn from(b: JackOLanternBlock) -> Self
Converts to this type from the input type.
impl Copy for JackOLanternBlock
Auto Trait Implementations
impl RefUnwindSafe for JackOLanternBlock
impl Send for JackOLanternBlock
impl Sync for JackOLanternBlock
impl Unpin for JackOLanternBlock
impl UnwindSafe for JackOLanternBlock
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