#[repr(C)]pub struct lyd_value_bits {
pub bitmap: *mut c_char,
pub items: *mut *mut lysc_type_bitenum_item,
}Fields§
§bitmap: *mut c_char§items: *mut *mut lysc_type_bitenum_itemTrait Implementations§
Source§impl Clone for lyd_value_bits
impl Clone for lyd_value_bits
Source§fn clone(&self) -> lyd_value_bits
fn clone(&self) -> lyd_value_bits
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for lyd_value_bits
impl Debug for lyd_value_bits
Source§impl Default for lyd_value_bits
impl Default for lyd_value_bits
impl Copy for lyd_value_bits
Auto Trait Implementations§
impl Freeze for lyd_value_bits
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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)