Struct libyang2_sys::lysc_prefix
source · #[repr(C)]pub struct lysc_prefix {
pub prefix: *mut c_char,
pub mod_: *const lys_module,
}Fields
prefix: *mut c_charmod_: *const lys_moduleTrait Implementations
sourceimpl Clone for lysc_prefix
impl Clone for lysc_prefix
sourcefn clone(&self) -> lysc_prefix
fn clone(&self) -> lysc_prefix
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 lysc_prefix
impl Debug for lysc_prefix
sourceimpl Default for lysc_prefix
impl Default for lysc_prefix
impl Copy for lysc_prefix
Auto Trait Implementations
impl RefUnwindSafe for lysc_prefix
impl !Send for lysc_prefix
impl !Sync for lysc_prefix
impl Unpin for lysc_prefix
impl UnwindSafe for lysc_prefix
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