[][src]Struct qt_core::QByteRef

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

C++ class: QByteRef.

Methods

impl QByteRef[src]

pub unsafe fn copy_from_char(&mut self, c: c_char) -> MutRef<QByteRef>[src]

Calls C++ function: QByteRef& QByteRef::operator=(char c).

pub unsafe fn copy_from_q_byte_ref(
    &mut self,
    c: impl CastInto<Ref<QByteRef>>
) -> MutRef<QByteRef>
[src]

Calls C++ function: QByteRef& QByteRef::operator=(const QByteRef& c).

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

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

pub unsafe fn to_char(&self) -> c_char[src]

Calls C++ function: char QByteRef::operator char() const.

Trait Implementations

impl PartialEq<i8> for QByteRef[src]

fn eq(&self, c: &c_char) -> bool[src]

Calls C++ function: bool QByteRef::operator==(char c) const.

impl Lt<i8> for QByteRef[src]

unsafe fn lt(&self, c: &c_char) -> bool[src]

Calls C++ function: bool QByteRef::operator<(char c) const.

impl Le<i8> for QByteRef[src]

unsafe fn le(&self, c: &c_char) -> bool[src]

Calls C++ function: bool QByteRef::operator<=(char c) const.

impl Gt<i8> for QByteRef[src]

unsafe fn gt(&self, c: &c_char) -> bool[src]

Calls C++ function: bool QByteRef::operator>(char c) const.

impl Ge<i8> for QByteRef[src]

unsafe fn ge(&self, c: &c_char) -> bool[src]

Calls C++ function: bool QByteRef::operator>=(char c) const.

impl CppDeletable for QByteRef[src]

unsafe fn delete(&mut self)[src]

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

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]