Struct libyang2_sys::ly_in
source · #[repr(C)]pub struct ly_in { /* private fields */ }Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ly_in
impl Send for ly_in
impl Sync for ly_in
impl Unpin for ly_in
impl UnwindSafe for ly_in
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