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