#[repr(C)]
pub struct BackendNode(_);
Expand description

C++ type: Qt3DCore::QBackendNode

C++ documentation:

The base class for all Qt3D backend nodes

Implementations

C++ method: bool Qt3DCore::QBackendNode::isEnabled() const

C++ documentation:

Returns true if the backend node is enabled.

C++ method: Qt3DCore::QBackendNode::Mode Qt3DCore::QBackendNode::mode() const

C++ documentation:

Returns the mode of the backend mode.

C++ method: Qt3DCore::QBackendNode::QBackendNode

This is an overloaded function. Available variants:

Variant 1

Rust arguments: fn new(()) -> ::cpp_utils::CppBox<::backend_node::BackendNode>
C++ method: [constructor] void Qt3DCore::QBackendNode::QBackendNode()

C++ documentation:

Default constructs an instance of QBackendNode.

Variant 2

Rust arguments: fn new(::backend_node::Mode) -> ::cpp_utils::CppBox<::backend_node::BackendNode>
C++ method: [constructor] void Qt3DCore::QBackendNode::QBackendNode(Qt3DCore::QBackendNode::Mode mode = ?)

C++ documentation:

Default constructs an instance of QBackendNode.

C++ method: Qt3DCore::QNodeId Qt3DCore::QBackendNode::peerId() const

C++ documentation:

Returns the peer id of the backend node.

C++ method: void Qt3DCore::QBackendNode::setEnabled(bool enabled)

C++ documentation:

Enables or disables the backend node by enabled.

See also isEnabled().

Trait Implementations

Returns deleter function for this type.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.