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