Struct custom_print::TryWriteCCharPtrFn [−][src]
Expand description
A wrapper for write functions for<R> FnMut(*const c_char) -> R.
It implements WriteBytes and WriteStr traits and can be used in conjunction with IntoTryWriteFn trait to simplify type inference.
Implementations
Trait Implementations
impl<F: PartialEq, R: PartialEq> PartialEq<TryWriteCCharPtrFn<F, R>> for TryWriteCCharPtrFn<F, R> where
F: FnMut(*const c_char) -> R, [src]
impl<F: PartialEq, R: PartialEq> PartialEq<TryWriteCCharPtrFn<F, R>> for TryWriteCCharPtrFn<F, R> where
F: FnMut(*const c_char) -> R, [src]This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
impl<F, R> StructuralPartialEq for TryWriteCCharPtrFn<F, R> where
F: FnMut(*const c_char) -> R, [src]Auto Trait Implementations
impl<F, R> RefUnwindSafe for TryWriteCCharPtrFn<F, R> where
F: RefUnwindSafe, impl<F, R> Send for TryWriteCCharPtrFn<F, R> where
F: Send, impl<F, R> Sync for TryWriteCCharPtrFn<F, R> where
F: Sync, impl<F, R> Unpin for TryWriteCCharPtrFn<F, R> where
F: Unpin, impl<F, R> UnwindSafe for TryWriteCCharPtrFn<F, R> where
F: UnwindSafe, Blanket Implementations
Mutably borrows from an owned value. Read more