pub struct DiskConfiguration {
pub state_provider: BlockStateProvider,
pub target: BlockPredicate,
pub radius: IntProvider,
pub half_height: i32,
}Fields§
§state_provider: BlockStateProvider§target: BlockPredicate§radius: IntProvider§half_height: i32Trait Implementations§
Source§impl Clone for DiskConfiguration
impl Clone for DiskConfiguration
Source§fn clone(&self) -> DiskConfiguration
fn clone(&self) -> DiskConfiguration
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 DiskConfiguration
impl !UnwindSafe for DiskConfiguration
impl Freeze for DiskConfiguration
impl Send for DiskConfiguration
impl Sync for DiskConfiguration
impl Unpin for DiskConfiguration
impl UnsafeUnpin for DiskConfiguration
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