#[repr(C)]pub struct yaml_node_s__bindgen_ty_1__bindgen_ty_1 {
pub value: *mut yaml_char_t,
pub length: usize,
pub style: yaml_scalar_style_t,
}Fields§
§value: *mut yaml_char_t§length: usize§style: yaml_scalar_style_tAuto Trait Implementations§
impl Freeze for yaml_node_s__bindgen_ty_1__bindgen_ty_1
impl RefUnwindSafe for yaml_node_s__bindgen_ty_1__bindgen_ty_1
impl !Send for yaml_node_s__bindgen_ty_1__bindgen_ty_1
impl !Sync for yaml_node_s__bindgen_ty_1__bindgen_ty_1
impl Unpin for yaml_node_s__bindgen_ty_1__bindgen_ty_1
impl UnwindSafe for yaml_node_s__bindgen_ty_1__bindgen_ty_1
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