pub struct BlockWidget {
pub height: f64,
}
Fields§
§height: f64
Trait Implementations§
Source§impl Clone for BlockWidget
impl Clone for BlockWidget
Source§fn clone(&self) -> BlockWidget
fn clone(&self) -> BlockWidget
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BlockWidget
impl Debug for BlockWidget
Source§impl PartialEq for BlockWidget
impl PartialEq for BlockWidget
impl Copy for BlockWidget
impl StructuralPartialEq for BlockWidget
Auto Trait Implementations§
impl Freeze for BlockWidget
impl RefUnwindSafe for BlockWidget
impl Send for BlockWidget
impl Sync for BlockWidget
impl Unpin for BlockWidget
impl UnwindSafe for BlockWidget
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more