Struct machinery_api::foundation::UndoStackI [−][src]
#[repr(C)]pub struct UndoStackI { pub inst: *mut UndoStackO, pub add: Option<unsafe extern "C" fn(inst: *mut UndoStackO, tt: *mut TheTruthO, scope: TtUndoScopeT)>, pub add_to_document: Option<unsafe extern "C" fn(inst: *mut UndoStackO, tt: *mut TheTruthO, scope: TtUndoScopeT, document_object: TtIdT)>, }
Fields
inst: *mut UndoStackOadd: Option<unsafe extern "C" fn(inst: *mut UndoStackO, tt: *mut TheTruthO, scope: TtUndoScopeT)>add_to_document: Option<unsafe extern "C" fn(inst: *mut UndoStackO, tt: *mut TheTruthO, scope: TtUndoScopeT, document_object: TtIdT)>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UndoStackI
impl !Send for UndoStackI
impl !Sync for UndoStackI
impl Unpin for UndoStackI
impl UnwindSafe for UndoStackI
Blanket Implementations
Mutably borrows from an owned value. Read more