cef_range_t

Type Alias cef_range_t 

Source
pub type cef_range_t = _cef_range_t;
Expand description

Structure representing a range.

Aliased Type§

#[repr(C)]
pub struct cef_range_t { pub from: u32, pub to: u32, }

Fields§

§from: u32§to: u32