pub struct WindowsErrorWrapper(/* private fields */);
Implementations§
Source§impl WindowsErrorWrapper
impl WindowsErrorWrapper
pub fn from_win32() -> WindowsErrorWrapper
Trait Implementations§
Source§impl Debug for WindowsErrorWrapper
impl Debug for WindowsErrorWrapper
Source§impl Display for WindowsErrorWrapper
impl Display for WindowsErrorWrapper
Source§impl Error for WindowsErrorWrapper
impl Error for WindowsErrorWrapper
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns 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()
Source§impl From<WindowsErrorWrapper> for NtfsReaderError
impl From<WindowsErrorWrapper> for NtfsReaderError
Source§fn from(source: WindowsErrorWrapper) -> Self
fn from(source: WindowsErrorWrapper) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for WindowsErrorWrapper
impl RefUnwindSafe for WindowsErrorWrapper
impl Send for WindowsErrorWrapper
impl Sync for WindowsErrorWrapper
impl Unpin for WindowsErrorWrapper
impl UnwindSafe for WindowsErrorWrapper
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