[][src]Struct qt_3d_core::QNodeId

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

Uniquely identifies a QNode

C++ class: Qt3DCore::QNodeId.

C++ documentation:

Uniquely identifies a QNode

Methods

impl QNodeId[src]

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

Uniquely identifies a QNode

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

C++ documentation:

Uniquely identifies a QNode

pub unsafe fn create_id() -> CppBox<QNodeId>[src]

Returns node id.

Calls C++ function: static Qt3DCore::QNodeId Qt3DCore::QNodeId::createId().

C++ documentation:

Returns node id.

pub unsafe fn id(&self) -> u64[src]

Returns TODO

Calls C++ function: quint64 Qt3DCore::QNodeId::id() const.

C++ documentation:

Returns TODO

pub unsafe fn is_null(&self) -> bool[src]

Returns TODO

Calls C++ function: bool Qt3DCore::QNodeId::isNull() const.

C++ documentation:

Returns TODO

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

Default constructs an instance of QNodeId.

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

C++ documentation:

Default constructs an instance of QNodeId.

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

Uniquely identifies a QNode

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

C++ documentation:

Uniquely identifies a QNode

pub unsafe fn to_bool(&self) -> bool[src]

TODO

Calls C++ function: bool Qt3DCore::QNodeId::operator bool() const.

C++ documentation:

TODO

Trait Implementations

impl CppDeletable for QNodeId[src]

unsafe fn delete(&self)[src]

Uniquely identifies a QNode

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

C++ documentation:

Uniquely identifies a QNode

impl Gt<Ref<QNodeId>> for QNodeId[src]

unsafe fn gt(&self, other: &Ref<QNodeId>) -> bool[src]

Returns true if this > other.

Calls C++ function: bool Qt3DCore::QNodeId::operator>(Qt3DCore::QNodeId other) const.

C++ documentation:

Returns true if this > other.

impl Lt<Ref<QNodeId>> for QNodeId[src]

unsafe fn lt(&self, other: &Ref<QNodeId>) -> bool[src]

Returns true if this < other.

Calls C++ function: bool Qt3DCore::QNodeId::operator<(Qt3DCore::QNodeId other) const.

C++ documentation:

Returns true if this < other.

impl PartialEq<Ref<QNodeId>> for QNodeId[src]

fn eq(&self, other: &Ref<QNodeId>) -> bool[src]

Returns true if this == other.

Calls C++ function: bool Qt3DCore::QNodeId::operator==(Qt3DCore::QNodeId other) const.

C++ documentation:

Returns true if this == other.

Auto Trait Implementations

impl RefUnwindSafe for QNodeId

impl Send for QNodeId

impl Sync for QNodeId

impl Unpin for QNodeId

impl UnwindSafe for QNodeId

Blanket Implementations

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

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

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

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

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

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

impl<T> StaticUpcast<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.