pub type cef_draggable_region_t = _cef_draggable_region_t;Expand description
Structure representing a draggable region.
Aliased Type§
#[repr(C)]pub struct cef_draggable_region_t {
pub bounds: _cef_rect_t,
pub draggable: i32,
}Fields§
§bounds: _cef_rect_tBounds of the region.
draggable: i32True (1) this this region is draggable and false (0) otherwise.