#[repr(C)]pub struct YUndoManagerOptions {
pub capture_timeout_millis: i32,
}Fields§
§capture_timeout_millis: i32Auto Trait Implementations§
impl Freeze for YUndoManagerOptions
impl RefUnwindSafe for YUndoManagerOptions
impl Send for YUndoManagerOptions
impl Sync for YUndoManagerOptions
impl Unpin for YUndoManagerOptions
impl UnwindSafe for YUndoManagerOptions
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