pub struct BlockGuard { /* private fields */ }
Expand description
Communication with the Host
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BlockGuard
impl RefUnwindSafe for BlockGuard
impl Send for BlockGuard
impl Sync for BlockGuard
impl Unpin for BlockGuard
impl !UnwindSafe for BlockGuard
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