pub struct QueueIndexArgs {
pub index: u8,
}Fields§
§index: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for QueueIndexArgs
impl RefUnwindSafe for QueueIndexArgs
impl Send for QueueIndexArgs
impl Sync for QueueIndexArgs
impl Unpin for QueueIndexArgs
impl UnsafeUnpin for QueueIndexArgs
impl UnwindSafe for QueueIndexArgs
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