Struct azalea_block::KelpBlock
source · [−]pub struct KelpBlock {
pub age: KelpAge,
}Fields
age: KelpAgeTrait Implementations
sourceimpl From<KelpBlock> for BlockState
impl From<KelpBlock> for BlockState
impl Copy for KelpBlock
Auto Trait Implementations
impl RefUnwindSafe for KelpBlock
impl Send for KelpBlock
impl Sync for KelpBlock
impl Unpin for KelpBlock
impl UnwindSafe for KelpBlock
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