Struct azalea_block::JigsawBlock
source · pub struct JigsawBlock {
pub orientation: Orientation,
}Fields
orientation: OrientationTrait Implementations
sourceimpl Block for JigsawBlock
impl Block for JigsawBlock
sourceimpl Clone for JigsawBlock
impl Clone for JigsawBlock
sourcefn clone(&self) -> JigsawBlock
fn clone(&self) -> JigsawBlock
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 JigsawBlock
impl Debug for JigsawBlock
sourceimpl Default for JigsawBlock
impl Default for JigsawBlock
sourceimpl From<JigsawBlock> for BlockState
impl From<JigsawBlock> for BlockState
sourcefn from(b: JigsawBlock) -> Self
fn from(b: JigsawBlock) -> Self
Converts to this type from the input type.
impl Copy for JigsawBlock
Auto Trait Implementations
impl RefUnwindSafe for JigsawBlock
impl Send for JigsawBlock
impl Sync for JigsawBlock
impl Unpin for JigsawBlock
impl UnwindSafe for JigsawBlock
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