Struct websocket_std::ffi::common::WSEvent_t
source · #[repr(C)]pub struct WSEvent_t { /* private fields */ }
Auto Trait Implementations§
impl RefUnwindSafe for WSEvent_t
impl !Send for WSEvent_t
impl !Sync for WSEvent_t
impl Unpin for WSEvent_t
impl UnwindSafe for WSEvent_t
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