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