Struct azalea_block::RedWoolBlock
source · [−]pub struct RedWoolBlock {}Trait Implementations
sourceimpl Block for RedWoolBlock
impl Block for RedWoolBlock
sourceimpl Clone for RedWoolBlock
impl Clone for RedWoolBlock
sourcefn clone(&self) -> RedWoolBlock
fn clone(&self) -> RedWoolBlock
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 RedWoolBlock
impl Debug for RedWoolBlock
sourceimpl Default for RedWoolBlock
impl Default for RedWoolBlock
sourceimpl From<RedWoolBlock> for BlockState
impl From<RedWoolBlock> for BlockState
sourcefn from(b: RedWoolBlock) -> Self
fn from(b: RedWoolBlock) -> Self
Converts to this type from the input type.
impl Copy for RedWoolBlock
Auto Trait Implementations
impl RefUnwindSafe for RedWoolBlock
impl Send for RedWoolBlock
impl Sync for RedWoolBlock
impl Unpin for RedWoolBlock
impl UnwindSafe for RedWoolBlock
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