Struct azalea_block::FrostedIceBlock
source · [−]pub struct FrostedIceBlock {
pub age: FrostedIceAge,
}Fields
age: FrostedIceAgeTrait Implementations
sourceimpl Block for FrostedIceBlock
impl Block for FrostedIceBlock
sourceimpl Clone for FrostedIceBlock
impl Clone for FrostedIceBlock
sourcefn clone(&self) -> FrostedIceBlock
fn clone(&self) -> FrostedIceBlock
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for FrostedIceBlock
impl Debug for FrostedIceBlock
sourceimpl Default for FrostedIceBlock
impl Default for FrostedIceBlock
sourceimpl From<FrostedIceBlock> for BlockState
impl From<FrostedIceBlock> for BlockState
sourcefn from(b: FrostedIceBlock) -> Self
fn from(b: FrostedIceBlock) -> Self
Converts to this type from the input type.
impl Copy for FrostedIceBlock
Auto Trait Implementations
impl RefUnwindSafe for FrostedIceBlock
impl Send for FrostedIceBlock
impl Sync for FrostedIceBlock
impl Unpin for FrostedIceBlock
impl UnwindSafe for FrostedIceBlock
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