#[repr(C)]pub struct yaml_emitter_s__bindgen_ty_8 {
pub anchor: *mut yaml_char_t,
pub anchor_length: usize,
pub alias: c_int,
}Fields§
§anchor: *mut yaml_char_t§anchor_length: usize§alias: c_intAuto Trait Implementations§
impl Freeze for yaml_emitter_s__bindgen_ty_8
impl RefUnwindSafe for yaml_emitter_s__bindgen_ty_8
impl !Send for yaml_emitter_s__bindgen_ty_8
impl !Sync for yaml_emitter_s__bindgen_ty_8
impl Unpin for yaml_emitter_s__bindgen_ty_8
impl UnwindSafe for yaml_emitter_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