Struct classicube_sys::ScrollbarWidget 
        source ·
        [−]#[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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ScrollbarWidget
impl !Send for ScrollbarWidget
impl !Sync for ScrollbarWidget
impl Unpin for ScrollbarWidget
impl UnwindSafe for ScrollbarWidget
Blanket Implementations
Mutably borrows from an owned value. Read more
