pub struct ChannelResources {
pub event: Notify,
}
Expand description
Resources used by an individual channel.
Fields§
§event: Notify
An event signaled by the guest.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChannelResources
impl !RefUnwindSafe for ChannelResources
impl Send for ChannelResources
impl Sync for ChannelResources
impl Unpin for ChannelResources
impl !UnwindSafe for ChannelResources
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