Struct azalea_block::IceBlock
source · pub struct IceBlock {}Trait Implementations
sourceimpl From<IceBlock> for BlockState
impl From<IceBlock> for BlockState
impl Copy for IceBlock
Auto Trait Implementations
impl RefUnwindSafe for IceBlock
impl Send for IceBlock
impl Sync for IceBlock
impl Unpin for IceBlock
impl UnwindSafe for IceBlock
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