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