Struct vapoursynth::prelude::GetFrameError
source · [−]pub struct GetFrameError<'a>(_);
Expand description
A container for a get_frame
error.
Implementations
sourceimpl<'a> GetFrameError<'a>
impl<'a> GetFrameError<'a>
sourcepub fn into_inner(self) -> Cow<'a, CStr>
pub fn into_inner(self) -> Cow<'a, CStr>
Consumes this error, returning its underlying error message.
Trait Implementations
sourceimpl<'a> Debug for GetFrameError<'a>
impl<'a> Debug for GetFrameError<'a>
sourceimpl<'a> Display for GetFrameError<'a>
impl<'a> Display for GetFrameError<'a>
sourceimpl<'a> Error for GetFrameError<'a>
impl<'a> Error for GetFrameError<'a>
sourcefn description(&self) -> &str
fn description(&self) -> &str
👎 Deprecated since 1.42.0:
use the Display impl or to_string()
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for GetFrameError<'a>
impl<'a> Send for GetFrameError<'a>
impl<'a> Sync for GetFrameError<'a>
impl<'a> Unpin for GetFrameError<'a>
impl<'a> UnwindSafe for GetFrameError<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more