[−][src]Struct libyang2_sys::lysc_pattern
Fields
expr: *const c_charcode: *mut pcre2_code_8dsc: *const c_charref_: *const c_charemsg: *const c_chareapptag: *const c_charexts: *mut lysc_ext_instance_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>__bindgen_padding_0: u32Implementations
impl lysc_pattern[src]
pub fn inverted(&self) -> u32[src]
pub fn set_inverted(&mut self, val: u32)[src]
pub fn refcount(&self) -> u32[src]
pub fn set_refcount(&mut self, val: u32)[src]
pub fn new_bitfield_1(
inverted: u32,
refcount: u32
) -> __BindgenBitfieldUnit<[u8; 4], u32>[src]
inverted: u32,
refcount: u32
) -> __BindgenBitfieldUnit<[u8; 4], u32>
Trait Implementations
impl Clone for lysc_pattern[src]
fn clone(&self) -> lysc_pattern[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for lysc_pattern[src]
impl Debug for lysc_pattern[src]
impl Default for lysc_pattern[src]
Auto Trait Implementations
impl RefUnwindSafe for lysc_pattern[src]
impl !Send for lysc_pattern[src]
impl !Sync for lysc_pattern[src]
impl Unpin for lysc_pattern[src]
impl UnwindSafe for lysc_pattern[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,