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