#[repr(C)]pub struct yaml_parser_s__bindgen_ty_5 {
pub start: *mut c_int,
pub end: *mut c_int,
pub top: *mut c_int,
}Fields§
§start: *mut c_int§end: *mut c_int§top: *mut c_intTrait Implementations§
Source§impl Clone for yaml_parser_s__bindgen_ty_5
impl Clone for yaml_parser_s__bindgen_ty_5
Source§fn clone(&self) -> yaml_parser_s__bindgen_ty_5
fn clone(&self) -> yaml_parser_s__bindgen_ty_5
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 yaml_parser_s__bindgen_ty_5
impl Debug for yaml_parser_s__bindgen_ty_5
impl Copy for yaml_parser_s__bindgen_ty_5
Auto Trait Implementations§
impl Freeze for yaml_parser_s__bindgen_ty_5
impl RefUnwindSafe for yaml_parser_s__bindgen_ty_5
impl !Send for yaml_parser_s__bindgen_ty_5
impl !Sync for yaml_parser_s__bindgen_ty_5
impl Unpin for yaml_parser_s__bindgen_ty_5
impl UnwindSafe for yaml_parser_s__bindgen_ty_5
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