#[repr(u32)]pub enum nng_pipe_ev {
NNG_PIPE_EV_ADD_PRE = 0,
NNG_PIPE_EV_ADD_POST = 1,
NNG_PIPE_EV_REM_POST = 2,
NNG_PIPE_EV_NUM = 3,
}
Variants§
Implementations§
Source§impl nng_pipe_ev
impl nng_pipe_ev
pub fn from_i32(value: i32) -> Option<nng_pipe_ev>
Trait Implementations§
Source§impl Clone for nng_pipe_ev
impl Clone for nng_pipe_ev
Source§fn clone(&self) -> nng_pipe_ev
fn clone(&self) -> nng_pipe_ev
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 nng_pipe_ev
impl Debug for nng_pipe_ev
Source§impl Hash for nng_pipe_ev
impl Hash for nng_pipe_ev
Source§impl PartialEq for nng_pipe_ev
impl PartialEq for nng_pipe_ev
impl Copy for nng_pipe_ev
impl Eq for nng_pipe_ev
impl StructuralPartialEq for nng_pipe_ev
Auto Trait Implementations§
impl Freeze for nng_pipe_ev
impl RefUnwindSafe for nng_pipe_ev
impl Send for nng_pipe_ev
impl Sync for nng_pipe_ev
impl Unpin for nng_pipe_ev
impl UnwindSafe for nng_pipe_ev
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