Struct machinery_api::plugins::ui::DockingTabwellInfoT[][src]

#[repr(C)]
pub struct DockingTabwellInfoT { pub left: *mut DockingTabwellO, pub right: *mut DockingTabwellO, pub top: *mut DockingTabwellO, pub bottom: *mut DockingTabwellO, pub bias: f32, pub num_tabs: u32, pub tabs: [*mut TabI; 32], pub last_rect: RectT, }

Fields

left: *mut DockingTabwellOright: *mut DockingTabwellOtop: *mut DockingTabwellObottom: *mut DockingTabwellObias: f32num_tabs: u32tabs: [*mut TabI; 32]last_rect: RectT

Trait Implementations

Returns the “default value” for a type. Read more

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.