pub struct AttachedToLogsDecorator {
pub probability: f32,
pub block_provider: BlockStateProvider,
pub directions: Vec<Direction>,
}Fields§
§probability: f32§block_provider: BlockStateProvider§directions: Vec<Direction>Trait Implementations§
Source§impl Clone for AttachedToLogsDecorator
impl Clone for AttachedToLogsDecorator
Source§fn clone(&self) -> AttachedToLogsDecorator
fn clone(&self) -> AttachedToLogsDecorator
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 AttachedToLogsDecorator
impl !UnwindSafe for AttachedToLogsDecorator
impl Freeze for AttachedToLogsDecorator
impl Send for AttachedToLogsDecorator
impl Sync for AttachedToLogsDecorator
impl Unpin for AttachedToLogsDecorator
impl UnsafeUnpin for AttachedToLogsDecorator
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