pub struct FAULT { /* private fields */ }Expand description
Fault structures
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FAULT
impl RefUnwindSafe for FAULT
impl !Sync for FAULT
impl Unpin for FAULT
impl UnwindSafe for FAULT
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