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