#[repr(C)]pub enum ErlNifOption {
ERL_NIF_OPT_DELAY_HALT = 1,
ERL_NIF_OPT_ON_HALT = 2,
}Expand description
See ErlNifOption in the Erlang docs.
Variants§
Trait Implementations§
Source§impl Clone for ErlNifOption
impl Clone for ErlNifOption
Source§fn clone(&self) -> ErlNifOption
fn clone(&self) -> ErlNifOption
Returns a duplicate 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 moreimpl Copy for ErlNifOption
Auto Trait Implementations§
impl Freeze for ErlNifOption
impl RefUnwindSafe for ErlNifOption
impl Send for ErlNifOption
impl Sync for ErlNifOption
impl Unpin for ErlNifOption
impl UnsafeUnpin for ErlNifOption
impl UnwindSafe for ErlNifOption
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