pub struct ESYS_CONTEXT { /* private fields */ }Auto Trait Implementations§
impl Freeze for ESYS_CONTEXT
impl RefUnwindSafe for ESYS_CONTEXT
impl Send for ESYS_CONTEXT
impl Sync for ESYS_CONTEXT
impl Unpin for ESYS_CONTEXT
impl UnsafeUnpin for ESYS_CONTEXT
impl UnwindSafe for ESYS_CONTEXT
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