pub struct EditorOptions {
pub padding_x: usize,
}Fields§
§padding_x: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for EditorOptions
impl RefUnwindSafe for EditorOptions
impl Send for EditorOptions
impl Sync for EditorOptions
impl Unpin for EditorOptions
impl UnsafeUnpin for EditorOptions
impl UnwindSafe for EditorOptions
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