pub struct EditFlags {
pub wrap: bool,
pub lock: bool,
}
Expand description
Flags used in editors to control user input behavior
Fields§
§wrap: bool
§lock: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EditFlags
impl RefUnwindSafe for EditFlags
impl Send for EditFlags
impl Sync for EditFlags
impl Unpin for EditFlags
impl UnwindSafe for EditFlags
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