Union portunusd::illumos::door_h::door_desc_t__d_data[][src]

#[repr(C)]
pub union door_desc_t__d_data {
    pub d_desc: door_desc_t__d_data__d_desc,
    // some fields omitted
}
Expand description

d_data component of door_desc_t

This is not a real doors data structure per se, but rather the d_data component of the door_desc_t type. It is defined in doors.h. C allows for nested type definitions, while Rust does not, so we have to define each component as a separate entity.

Fields

d_desc: door_desc_t__d_data__d_desc

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

Performs the conversion.

Performs the conversion.

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.