Struct libyang2_sys::ly_set [−][src]
#[repr(C)]pub struct ly_set {
pub size: u32,
pub count: u32,
pub __bindgen_anon_1: ly_set__bindgen_ty_1,
}Fields
size: u32count: u32__bindgen_anon_1: ly_set__bindgen_ty_1Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ly_set
impl UnwindSafe for ly_set
Blanket Implementations
Mutably borrows from an owned value. Read more