pub struct StopfR { /* private fields */ }
Expand description
Value of the field STOPF
Implementations§
Auto Trait Implementations§
impl Freeze for StopfR
impl RefUnwindSafe for StopfR
impl Send for StopfR
impl Sync for StopfR
impl Unpin for StopfR
impl UnwindSafe for StopfR
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