#[repr(u32)]pub enum ca_preemptive_callback_select {
ca_disable_preemptive_callback = 0,
ca_enable_preemptive_callback = 1,
}Variants§
Trait Implementations§
Source§impl Clone for ca_preemptive_callback_select
impl Clone for ca_preemptive_callback_select
Source§fn clone(&self) -> ca_preemptive_callback_select
fn clone(&self) -> ca_preemptive_callback_select
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 moreSource§impl Hash for ca_preemptive_callback_select
impl Hash for ca_preemptive_callback_select
Source§impl PartialEq for ca_preemptive_callback_select
impl PartialEq for ca_preemptive_callback_select
Source§fn eq(&self, other: &ca_preemptive_callback_select) -> bool
fn eq(&self, other: &ca_preemptive_callback_select) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ca_preemptive_callback_select
impl Eq for ca_preemptive_callback_select
impl StructuralPartialEq for ca_preemptive_callback_select
Auto Trait Implementations§
impl Freeze for ca_preemptive_callback_select
impl RefUnwindSafe for ca_preemptive_callback_select
impl Send for ca_preemptive_callback_select
impl Sync for ca_preemptive_callback_select
impl Unpin for ca_preemptive_callback_select
impl UnwindSafe for ca_preemptive_callback_select
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