Struct makepad_code_editor::widgets::BlockWidget
source · 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<BlockWidget> for BlockWidget
impl PartialEq<BlockWidget> for BlockWidget
source§fn eq(&self, other: &BlockWidget) -> bool
fn eq(&self, other: &BlockWidget) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for BlockWidget
impl StructuralPartialEq for BlockWidget
Auto Trait Implementations§
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> 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