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