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