#[repr(C)]pub struct StbUndoState {
pub undo_rec: [StbUndoRecord; 99],
pub undo_char: [c_char; 999],
pub undo_point: c_short,
pub redo_point: c_short,
pub undo_char_point: c_int,
pub redo_char_point: c_int,
}Fields§
§undo_rec: [StbUndoRecord; 99]§undo_char: [c_char; 999]§undo_point: c_short§redo_point: c_short§undo_char_point: c_int§redo_char_point: c_intTrait Implementations§
Source§impl Clone for StbUndoState
impl Clone for StbUndoState
Source§fn clone(&self) -> StbUndoState
fn clone(&self) -> StbUndoState
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 StbUndoState
Source§impl Debug for StbUndoState
impl Debug for StbUndoState
Source§impl Default for StbUndoState
impl Default for StbUndoState
impl Eq for StbUndoState
Source§impl Hash for StbUndoState
impl Hash for StbUndoState
Source§impl PartialEq for StbUndoState
impl PartialEq for StbUndoState
impl StructuralPartialEq for StbUndoState
Auto Trait Implementations§
impl Freeze for StbUndoState
impl RefUnwindSafe for StbUndoState
impl Send for StbUndoState
impl Sync for StbUndoState
impl Unpin for StbUndoState
impl UnsafeUnpin for StbUndoState
impl UnwindSafe for StbUndoState
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