Struct azalea_block::WhiteWoolBlock
source · pub struct WhiteWoolBlock {}Trait Implementations
sourceimpl Block for WhiteWoolBlock
impl Block for WhiteWoolBlock
sourceimpl Clone for WhiteWoolBlock
impl Clone for WhiteWoolBlock
sourcefn clone(&self) -> WhiteWoolBlock
fn clone(&self) -> WhiteWoolBlock
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 WhiteWoolBlock
impl Debug for WhiteWoolBlock
sourceimpl Default for WhiteWoolBlock
impl Default for WhiteWoolBlock
sourceimpl From<WhiteWoolBlock> for BlockState
impl From<WhiteWoolBlock> for BlockState
sourcefn from(b: WhiteWoolBlock) -> Self
fn from(b: WhiteWoolBlock) -> Self
Converts to this type from the input type.
impl Copy for WhiteWoolBlock
Auto Trait Implementations
impl RefUnwindSafe for WhiteWoolBlock
impl Send for WhiteWoolBlock
impl Sync for WhiteWoolBlock
impl Unpin for WhiteWoolBlock
impl UnwindSafe for WhiteWoolBlock
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