#[repr(C)]
pub struct ScrollbarWidget {
Show 23 fields pub VTABLE: *const WidgetVTABLE, pub x: c_int, pub y: c_int, pub width: c_int, pub height: c_int, pub active: cc_bool, pub disabled: cc_bool, pub horAnchor: cc_uint8, pub verAnchor: cc_uint8, pub xOffset: c_int, pub yOffset: c_int, pub MenuClick: Widget_LeftClick, pub topRow: c_int, pub rowsTotal: c_int, pub rowsVisible: c_int, pub scrollingAcc: f32, pub dragOffset: c_int, pub draggingId: c_int, pub padding: c_int, pub borderX: c_int, pub borderY: c_int, pub nubsWidth: c_int, pub offsets: [c_int; 3],
}

Fields

VTABLE: *const WidgetVTABLEx: c_inty: c_intwidth: c_intheight: c_intactive: cc_booldisabled: cc_boolhorAnchor: cc_uint8verAnchor: cc_uint8xOffset: c_intyOffset: c_intMenuClick: Widget_LeftClicktopRow: c_introwsTotal: c_introwsVisible: c_intscrollingAcc: f32dragOffset: c_intdraggingId: c_intpadding: c_intborderX: c_intborderY: c_intnubsWidth: c_intoffsets: [c_int; 3]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

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.