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