pub struct QTextStreamManipulator { /* private fields */ }Expand description
C++ class: QTextStreamManipulator.
Implementations§
Source§impl QTextStreamManipulator
impl QTextStreamManipulator
Sourcepub unsafe fn copy_from(
&self,
other: impl CastInto<Ref<QTextStreamManipulator>>,
) -> Ref<QTextStreamManipulator>
pub unsafe fn copy_from( &self, other: impl CastInto<Ref<QTextStreamManipulator>>, ) -> Ref<QTextStreamManipulator>
Calls C++ function: QTextStreamManipulator& QTextStreamManipulator::operator=(const QTextStreamManipulator& other).
Sourcepub unsafe fn exec(&self, s: impl CastInto<Ref<QTextStream>>)
pub unsafe fn exec(&self, s: impl CastInto<Ref<QTextStream>>)
Calls C++ function: void QTextStreamManipulator::exec(QTextStream& s).
Sourcepub unsafe fn new_copy(
other: impl CastInto<Ref<QTextStreamManipulator>>,
) -> CppBox<QTextStreamManipulator>
pub unsafe fn new_copy( other: impl CastInto<Ref<QTextStreamManipulator>>, ) -> CppBox<QTextStreamManipulator>
Calls C++ function: [constructor] void QTextStreamManipulator::QTextStreamManipulator(const QTextStreamManipulator& other).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QTextStreamManipulator
impl RefUnwindSafe for QTextStreamManipulator
impl Send for QTextStreamManipulator
impl Sync for QTextStreamManipulator
impl Unpin for QTextStreamManipulator
impl UnsafeUnpin for QTextStreamManipulator
impl UnwindSafe for QTextStreamManipulator
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