#[repr(C)]pub struct _xmlParserNodeInfoSeq {
pub block: *mut _xmlParserNodeInfo,
pub index: *mut c_int,
pub block_max: c_int,
pub size: c_int,
}Expand description
Node info sequence.
Fields§
§block: *mut _xmlParserNodeInfo§index: *mut c_int§block_max: c_int§size: c_intAuto Trait Implementations§
impl !Send for _xmlParserNodeInfoSeq
impl !Sync for _xmlParserNodeInfoSeq
impl Freeze for _xmlParserNodeInfoSeq
impl RefUnwindSafe for _xmlParserNodeInfoSeq
impl Unpin for _xmlParserNodeInfoSeq
impl UnsafeUnpin for _xmlParserNodeInfoSeq
impl UnwindSafe for _xmlParserNodeInfoSeq
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