pub struct SccExit {
pub exit: usize,
pub to: usize,
}Fields§
§exit: usize§to: usizeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SccExit
impl RefUnwindSafe for SccExit
impl Send for SccExit
impl Sync for SccExit
impl Unpin for SccExit
impl UnwindSafe for SccExit
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