[−][src]Struct lc3tools_sys::root::std::unary_negate
Fields
_M_pred: _Predicate
_phantom_0: PhantomData<UnsafeCell<_Predicate>>
Trait Implementations
impl<_Predicate: Clone> Clone for unary_negate<_Predicate>
[src]
fn clone(&self) -> unary_negate<_Predicate>
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<_Predicate: Copy> Copy for unary_negate<_Predicate>
[src]
impl<_Predicate: Debug> Debug for unary_negate<_Predicate>
[src]
impl<_Predicate> Default for unary_negate<_Predicate>
[src]
Auto Trait Implementations
impl<_Predicate> !RefUnwindSafe for unary_negate<_Predicate>
impl<_Predicate> Send for unary_negate<_Predicate> where
_Predicate: Send,
_Predicate: Send,
impl<_Predicate> !Sync for unary_negate<_Predicate>
impl<_Predicate> Unpin for unary_negate<_Predicate> where
_Predicate: Unpin,
_Predicate: Unpin,
impl<_Predicate> UnwindSafe for unary_negate<_Predicate> where
_Predicate: UnwindSafe,
_Predicate: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,