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