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