Struct libyang2_sys::lyplg_ext
source · #[repr(C)]pub struct lyplg_ext {
pub _address: u8,
}Fields
_address: u8Trait Implementations
impl Copy for lyplg_ext
Auto Trait Implementations
impl RefUnwindSafe for lyplg_ext
impl Send for lyplg_ext
impl Sync for lyplg_ext
impl Unpin for lyplg_ext
impl UnwindSafe for lyplg_ext
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