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