pub struct BlockColumnLayer {
pub height: IntProvider,
pub provider: BlockStateProvider,
}Fields§
§height: IntProvider§provider: BlockStateProviderTrait Implementations§
Source§impl Clone for BlockColumnLayer
impl Clone for BlockColumnLayer
Source§fn clone(&self) -> BlockColumnLayer
fn clone(&self) -> BlockColumnLayer
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 BlockColumnLayer
impl !UnwindSafe for BlockColumnLayer
impl Freeze for BlockColumnLayer
impl Send for BlockColumnLayer
impl Sync for BlockColumnLayer
impl Unpin for BlockColumnLayer
impl UnsafeUnpin for BlockColumnLayer
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