Struct safer_ffi::char_p::InvalidNulTerminator
source · pub struct InvalidNulTerminator<Payload>(pub Payload);
Tuple Fields§
§0: Payload
Trait Implementations§
source§impl<Payload: Debug> Debug for InvalidNulTerminator<Payload>
impl<Payload: Debug> Debug for InvalidNulTerminator<Payload>
source§impl<T> Display for InvalidNulTerminator<T>
impl<T> Display for InvalidNulTerminator<T>
source§impl<T: Debug> Error for InvalidNulTerminator<T>
Available on crate feature std
only.
impl<T: Debug> Error for InvalidNulTerminator<T>
Available on crate feature
std
only.1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl<Payload> RefUnwindSafe for InvalidNulTerminator<Payload>where Payload: RefUnwindSafe,
impl<Payload> Send for InvalidNulTerminator<Payload>where Payload: Send,
impl<Payload> Sync for InvalidNulTerminator<Payload>where Payload: Sync,
impl<Payload> Unpin for InvalidNulTerminator<Payload>where Payload: Unpin,
impl<Payload> UnwindSafe for InvalidNulTerminator<Payload>where Payload: UnwindSafe,
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
source§impl<T> FitForCBox for T
impl<T> FitForCBox for T
§type CBoxWrapped = Box_<T>
type CBoxWrapped = Box_<T>
Available on crate feature
alloc
only.