Struct libyang2_sys::lyd_value_binary
source · Fields
data: *mut c_voidsize: size_tTrait Implementations
sourceimpl Clone for lyd_value_binary
impl Clone for lyd_value_binary
sourcefn clone(&self) -> lyd_value_binary
fn clone(&self) -> lyd_value_binary
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_binary
impl Debug for lyd_value_binary
sourceimpl Default for lyd_value_binary
impl Default for lyd_value_binary
impl Copy for lyd_value_binary
Auto Trait Implementations
impl RefUnwindSafe for lyd_value_binary
impl !Send for lyd_value_binary
impl !Sync for lyd_value_binary
impl Unpin for lyd_value_binary
impl UnwindSafe for lyd_value_binary
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