#[repr(C)]pub struct xmlChLRange {
pub low: c_uint,
pub high: c_uint,
}Expand description
Long character-range table entry (upstream xmlChLRange, chvalid.h).
Fields§
§low: c_uint§high: c_uintAuto Trait Implementations§
impl Freeze for xmlChLRange
impl RefUnwindSafe for xmlChLRange
impl Send for xmlChLRange
impl Sync for xmlChLRange
impl Unpin for xmlChLRange
impl UnsafeUnpin for xmlChLRange
impl UnwindSafe for xmlChLRange
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