[][src]Struct qt_core::QTextStreamManipulator

#[repr(C)]
pub struct QTextStreamManipulator { /* fields omitted */ }

C++ class: QTextStreamManipulator.

Methods

impl QTextStreamManipulator[src]

pub unsafe fn copy_from(
    &mut self,
    other: impl CastInto<Ref<QTextStreamManipulator>>
) -> MutRef<QTextStreamManipulator>
[src]

Calls C++ function: QTextStreamManipulator& QTextStreamManipulator::operator=(const QTextStreamManipulator& other).

pub unsafe fn exec(&mut self, s: impl CastInto<MutRef<QTextStream>>)[src]

Calls C++ function: void QTextStreamManipulator::exec(QTextStream& s).

pub unsafe fn new_copy(
    other: impl CastInto<Ref<QTextStreamManipulator>>
) -> CppBox<QTextStreamManipulator>
[src]

Calls C++ function: [constructor] void QTextStreamManipulator::QTextStreamManipulator(const QTextStreamManipulator& other).

Trait Implementations

impl CppDeletable for QTextStreamManipulator[src]

unsafe fn delete(&mut self)[src]

Calls C++ function: [destructor] void QTextStreamManipulator::~QTextStreamManipulator().

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> StaticUpcast<T> for T[src]

impl<T, U> CastInto<U> for T where
    U: CastFrom<T>, 
[src]