Struct azalea_block::VineBlock
source · pub struct VineBlock {
pub east: bool,
pub north: bool,
pub south: bool,
pub up: bool,
pub west: bool,
}Fields
east: boolnorth: boolsouth: boolup: boolwest: boolTrait Implementations
sourceimpl From<VineBlock> for BlockState
impl From<VineBlock> for BlockState
impl Copy for VineBlock
Auto Trait Implementations
impl RefUnwindSafe for VineBlock
impl Send for VineBlock
impl Sync for VineBlock
impl Unpin for VineBlock
impl UnwindSafe for VineBlock
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