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

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

Fields

Trait Implementations

impl Clone for BranchNode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Deref for BranchNode
[src]

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for BranchNode
[src]

The method called to mutably dereference a value