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