#[repr(C)]pub struct nn_interface { /* private fields */ }
Trait Implementations§
Source§impl Clone for nn_interface
impl Clone for nn_interface
Source§fn clone(&self) -> nn_interface
fn clone(&self) -> nn_interface
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for nn_interface
impl Debug for nn_interface
impl Copy for nn_interface
Auto Trait Implementations§
impl Freeze for nn_interface
impl RefUnwindSafe for nn_interface
impl Send for nn_interface
impl Sync for nn_interface
impl Unpin for nn_interface
impl UnwindSafe for nn_interface
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more