pub struct FExitContext { /* private fields */ }Implementations§
Source§impl FExitContext
impl FExitContext
pub fn new(ctx: *mut c_void) -> FExitContext
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FExitContext
impl RefUnwindSafe for FExitContext
impl !Send for FExitContext
impl !Sync for FExitContext
impl Unpin for FExitContext
impl UnwindSafe for FExitContext
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