pub struct QDebugStateSaver { /* private fields */ }Expand description
C++ class: QDebugStateSaver.
Implementations§
Trait Implementations§
Source§impl CppDeletable for QDebugStateSaver
impl CppDeletable for QDebugStateSaver
Auto Trait Implementations§
impl Freeze for QDebugStateSaver
impl RefUnwindSafe for QDebugStateSaver
impl Send for QDebugStateSaver
impl Sync for QDebugStateSaver
impl Unpin for QDebugStateSaver
impl UnsafeUnpin for QDebugStateSaver
impl UnwindSafe for QDebugStateSaver
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