Struct azalea_block::TargetBlock
source · pub struct TargetBlock {
pub power: TargetOutputPower,
}Fields§
§power: TargetOutputPowerTrait Implementations§
source§impl Block for TargetBlock
impl Block for TargetBlock
source§impl Clone for TargetBlock
impl Clone for TargetBlock
source§fn clone(&self) -> TargetBlock
fn clone(&self) -> TargetBlock
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for TargetBlock
impl Debug for TargetBlock
source§impl Default for TargetBlock
impl Default for TargetBlock
source§impl From<TargetBlock> for BlockState
impl From<TargetBlock> for BlockState
source§fn from(b: TargetBlock) -> Self
fn from(b: TargetBlock) -> Self
Converts to this type from the input type.