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