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