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