pub struct DesignExtender {
pub bit_flags: DXMode,
pub click_control_mode: ClickControlMode,
pub double_click_control_mode: DblClickControlMode,
pub grid_x: i32,
pub grid_y: i32,
}
Fields§
§bit_flags: DXMode
default: 0x00015F55
click_control_mode: ClickControlMode
default: InsertionPoint
double_click_control_mode: DblClickControlMode
default: SelectText
grid_x: i32
§grid_y: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DesignExtender
impl RefUnwindSafe for DesignExtender
impl Send for DesignExtender
impl Sync for DesignExtender
impl Unpin for DesignExtender
impl UnwindSafe for DesignExtender
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