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