#[repr(C)]pub struct UndoStackO { /* private fields */ }
Trait Implementations§
Source§impl Clone for UndoStackO
impl Clone for UndoStackO
Source§fn clone(&self) -> UndoStackO
fn clone(&self) -> UndoStackO
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for UndoStackO
Auto Trait Implementations§
impl Freeze for UndoStackO
impl RefUnwindSafe for UndoStackO
impl Send for UndoStackO
impl Sync for UndoStackO
impl Unpin for UndoStackO
impl UnwindSafe for UndoStackO
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