Struct azalea_block::NetherBrickFenceBlock
source · pub struct NetherBrickFenceBlock {
pub east: bool,
pub north: bool,
pub south: bool,
pub waterlogged: bool,
pub west: bool,
}Fields
east: boolnorth: boolsouth: boolwaterlogged: boolwest: boolTrait Implementations
sourceimpl Block for NetherBrickFenceBlock
impl Block for NetherBrickFenceBlock
sourceimpl Clone for NetherBrickFenceBlock
impl Clone for NetherBrickFenceBlock
sourcefn clone(&self) -> NetherBrickFenceBlock
fn clone(&self) -> NetherBrickFenceBlock
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 NetherBrickFenceBlock
impl Debug for NetherBrickFenceBlock
sourceimpl Default for NetherBrickFenceBlock
impl Default for NetherBrickFenceBlock
sourceimpl From<NetherBrickFenceBlock> for BlockState
impl From<NetherBrickFenceBlock> for BlockState
sourcefn from(b: NetherBrickFenceBlock) -> Self
fn from(b: NetherBrickFenceBlock) -> Self
Converts to this type from the input type.
impl Copy for NetherBrickFenceBlock
Auto Trait Implementations
impl RefUnwindSafe for NetherBrickFenceBlock
impl Send for NetherBrickFenceBlock
impl Sync for NetherBrickFenceBlock
impl Unpin for NetherBrickFenceBlock
impl UnwindSafe for NetherBrickFenceBlock
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