Struct bismuth::cube::BranchNode [] [src]

pub struct BranchNode {
    pub payload: BranchPayload,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for BranchNode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Deref for BranchNode
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for BranchNode
[src]

[src]

Mutably dereferences the value.

Auto Trait Implementations

impl Send for BranchNode

impl Sync for BranchNode