[][src]Struct lc3tools_sys::root::__gnu_cxx::__ops::_Iter_comp_to_val

#[repr(C)]pub struct _Iter_comp_to_val<_Compare, _Value> {
    pub _M_comp: _Compare,
    pub _M_value: *mut _Value,
    pub _phantom_0: PhantomData<UnsafeCell<_Compare>>,
    pub _phantom_1: PhantomData<UnsafeCell<_Value>>,
}

Fields

_M_comp: _Compare_M_value: *mut _Value_phantom_0: PhantomData<UnsafeCell<_Compare>>_phantom_1: PhantomData<UnsafeCell<_Value>>

Trait Implementations

impl<_Compare: Clone, _Value: Clone> Clone for _Iter_comp_to_val<_Compare, _Value>[src]

impl<_Compare: Copy, _Value: Copy> Copy for _Iter_comp_to_val<_Compare, _Value>[src]

impl<_Compare: Debug, _Value: Debug> Debug for _Iter_comp_to_val<_Compare, _Value>[src]

impl<_Compare, _Value> Default for _Iter_comp_to_val<_Compare, _Value>[src]

Auto Trait Implementations

impl<_Compare, _Value> !RefUnwindSafe for _Iter_comp_to_val<_Compare, _Value>

impl<_Compare, _Value> !Send for _Iter_comp_to_val<_Compare, _Value>

impl<_Compare, _Value> !Sync for _Iter_comp_to_val<_Compare, _Value>

impl<_Compare, _Value> Unpin for _Iter_comp_to_val<_Compare, _Value> where
    _Compare: Unpin,
    _Value: Unpin

impl<_Compare, _Value> UnwindSafe for _Iter_comp_to_val<_Compare, _Value> where
    _Compare: UnwindSafe,
    _Value: RefUnwindSafe + UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.