Struct libyang2_sys::lyd_value_bits
source · #[repr(C)]pub struct lyd_value_bits {
pub bitmap: *mut c_char,
pub items: *mut *mut lysc_type_bitenum_item,
}Fields
bitmap: *mut c_charitems: *mut *mut lysc_type_bitenum_itemTrait Implementations
sourceimpl Clone for lyd_value_bits
impl Clone for lyd_value_bits
sourcefn clone(&self) -> lyd_value_bits
fn clone(&self) -> lyd_value_bits
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for lyd_value_bits
impl Debug for lyd_value_bits
sourceimpl Default for lyd_value_bits
impl Default for lyd_value_bits
impl Copy for lyd_value_bits
Auto Trait Implementations
impl RefUnwindSafe for lyd_value_bits
impl !Send for lyd_value_bits
impl !Sync for lyd_value_bits
impl Unpin for lyd_value_bits
impl UnwindSafe for lyd_value_bits
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more