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