pub struct QueueResources {
pub params: QueueParams,
pub notify: Interrupt,
pub event: Event,
}
Fields§
§params: QueueParams
§notify: Interrupt
§event: Event
Auto Trait Implementations§
impl Freeze for QueueResources
impl !RefUnwindSafe for QueueResources
impl Send for QueueResources
impl Sync for QueueResources
impl Unpin for QueueResources
impl !UnwindSafe for QueueResources
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