pub struct SimpleBlockConfiguration {
pub to_place: BlockStateProvider,
pub schedule_tick: bool,
}Fields§
§to_place: BlockStateProvider§schedule_tick: boolTrait Implementations§
Source§impl Clone for SimpleBlockConfiguration
impl Clone for SimpleBlockConfiguration
Source§fn clone(&self) -> SimpleBlockConfiguration
fn clone(&self) -> SimpleBlockConfiguration
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for SimpleBlockConfiguration
impl !UnwindSafe for SimpleBlockConfiguration
impl Freeze for SimpleBlockConfiguration
impl Send for SimpleBlockConfiguration
impl Sync for SimpleBlockConfiguration
impl Unpin for SimpleBlockConfiguration
impl UnsafeUnpin for SimpleBlockConfiguration
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more