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