#[repr(i32)]pub enum tagEXTCONN {
EXTCONN_STRONG = 1,
EXTCONN_WEAK = 2,
EXTCONN_CALLABLE = 4,
}Variants§
Trait Implementations§
Source§impl Clone for tagEXTCONN
impl Clone for tagEXTCONN
Source§fn clone(&self) -> tagEXTCONN
fn clone(&self) -> tagEXTCONN
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 Debug for tagEXTCONN
impl Debug for tagEXTCONN
Source§impl Hash for tagEXTCONN
impl Hash for tagEXTCONN
Source§impl PartialEq for tagEXTCONN
impl PartialEq for tagEXTCONN
impl Copy for tagEXTCONN
impl Eq for tagEXTCONN
impl StructuralPartialEq for tagEXTCONN
Auto Trait Implementations§
impl Freeze for tagEXTCONN
impl RefUnwindSafe for tagEXTCONN
impl Send for tagEXTCONN
impl Sync for tagEXTCONN
impl Unpin for tagEXTCONN
impl UnwindSafe for tagEXTCONN
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