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