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