#[repr(C)]pub struct xmlChRangeGroup {
pub nbShortRange: c_int,
pub nbLongRange: c_int,
pub shortRange: *const xmlChSRange,
pub longRange: *const xmlChLRange,
}Expand description
Character-class range group (upstream xmlChRangeGroup, chvalid.h) — the
type of the exported char-class tables xmlIsBaseCharGroup &c.
Fields§
§nbShortRange: c_int§nbLongRange: c_int§shortRange: *const xmlChSRange§longRange: *const xmlChLRangeTrait Implementations§
impl Sync for xmlChRangeGroup
Auto Trait Implementations§
impl !Send for xmlChRangeGroup
impl Freeze for xmlChRangeGroup
impl RefUnwindSafe for xmlChRangeGroup
impl Unpin for xmlChRangeGroup
impl UnsafeUnpin for xmlChRangeGroup
impl UnwindSafe for xmlChRangeGroup
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more