[][src]Struct qt_core::QXmlStreamStringRef

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

C++ class: QXmlStreamStringRef.

Methods

impl QXmlStreamStringRef[src]

pub unsafe fn clear(&mut self)[src]

Calls C++ function: void QXmlStreamStringRef::clear().

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

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

pub unsafe fn new() -> CppBox<QXmlStreamStringRef>[src]

Calls C++ function: [constructor] void QXmlStreamStringRef::QXmlStreamStringRef().

pub unsafe fn from_q_string_ref(
    a_string: impl CastInto<Ref<QStringRef>>
) -> CppBox<QXmlStreamStringRef>
[src]

Calls C++ function: [constructor] void QXmlStreamStringRef::QXmlStreamStringRef(const QStringRef& aString).

pub unsafe fn from_q_string(
    a_string: impl CastInto<Ref<QString>>
) -> CppBox<QXmlStreamStringRef>
[src]

Calls C++ function: [constructor] void QXmlStreamStringRef::QXmlStreamStringRef(const QString& aString).

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

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

pub unsafe fn position(&self) -> c_int[src]

Calls C++ function: int QXmlStreamStringRef::position() const.

pub unsafe fn size(&self) -> c_int[src]

Calls C++ function: int QXmlStreamStringRef::size() const.

pub unsafe fn string(&self) -> Ptr<QString>[src]

Calls C++ function: const QString* QXmlStreamStringRef::string() const.

pub unsafe fn swap(&mut self, other: impl CastInto<MutRef<QXmlStreamStringRef>>)[src]

Calls C++ function: void QXmlStreamStringRef::swap(QXmlStreamStringRef& other).

pub unsafe fn to_q_string_ref(&self) -> CppBox<QStringRef>[src]

Calls C++ function: QStringRef QXmlStreamStringRef::operator QStringRef() const.

Trait Implementations

impl CppDeletable for QXmlStreamStringRef[src]

unsafe fn delete(&mut self)[src]

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

impl Size for QXmlStreamStringRef[src]

unsafe fn size(&self) -> usize[src]

Calls C++ function: int QXmlStreamStringRef::size() const.

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]