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