pub struct TextInputVisualState {
pub multiline: bool,
pub enabled: bool,
pub wrapping: bool,
}Fields§
§multiline: bool§enabled: bool§wrapping: boolTrait Implementations§
Source§impl Clone for TextInputVisualState
impl Clone for TextInputVisualState
Source§fn clone(&self) -> TextInputVisualState
fn clone(&self) -> TextInputVisualState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TextInputVisualState
Source§impl Debug for TextInputVisualState
impl Debug for TextInputVisualState
impl Eq for TextInputVisualState
Source§impl PartialEq for TextInputVisualState
impl PartialEq for TextInputVisualState
impl StructuralPartialEq for TextInputVisualState
Auto Trait Implementations§
impl Freeze for TextInputVisualState
impl RefUnwindSafe for TextInputVisualState
impl Send for TextInputVisualState
impl Sync for TextInputVisualState
impl Unpin for TextInputVisualState
impl UnsafeUnpin for TextInputVisualState
impl UnwindSafe for TextInputVisualState
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