pub struct FPCloseFork {
pub fork_id: u16,
}Fields§
§fork_id: u16Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FPCloseFork
impl RefUnwindSafe for FPCloseFork
impl Send for FPCloseFork
impl Sync for FPCloseFork
impl Unpin for FPCloseFork
impl UnsafeUnpin for FPCloseFork
impl UnwindSafe for FPCloseFork
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