Struct makepad_code_editor::widgets::InlineWidget
source · pub struct InlineWidget {
pub column_count: usize,
}
Fields§
§column_count: usize
Trait Implementations§
source§impl Clone for InlineWidget
impl Clone for InlineWidget
source§fn clone(&self) -> InlineWidget
fn clone(&self) -> InlineWidget
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 InlineWidget
impl Debug for InlineWidget
source§impl Hash for InlineWidget
impl Hash for InlineWidget
source§impl PartialEq<InlineWidget> for InlineWidget
impl PartialEq<InlineWidget> for InlineWidget
source§fn eq(&self, other: &InlineWidget) -> bool
fn eq(&self, other: &InlineWidget) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for InlineWidget
impl Eq for InlineWidget
impl StructuralEq for InlineWidget
impl StructuralPartialEq for InlineWidget
Auto Trait Implementations§
impl RefUnwindSafe for InlineWidget
impl Send for InlineWidget
impl Sync for InlineWidget
impl Unpin for InlineWidget
impl UnwindSafe for InlineWidget
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