#[repr(C)]pub struct _xmlChLRange {
pub low: c_uint,
pub high: c_uint,
}
Fields§
§low: c_uint
§high: c_uint
Trait Implementations§
Source§impl Clone for _xmlChLRange
impl Clone for _xmlChLRange
Source§fn clone(&self) -> _xmlChLRange
fn clone(&self) -> _xmlChLRange
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _xmlChLRange
impl Debug for _xmlChLRange
impl Copy for _xmlChLRange
Auto Trait Implementations§
impl Freeze for _xmlChLRange
impl RefUnwindSafe for _xmlChLRange
impl Send for _xmlChLRange
impl Sync for _xmlChLRange
impl Unpin 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