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