pub struct ReturnOpArgs {
pub input: u32,
}Fields§
§input: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReturnOpArgs
impl RefUnwindSafe for ReturnOpArgs
impl Send for ReturnOpArgs
impl Sync for ReturnOpArgs
impl Unpin for ReturnOpArgs
impl UnsafeUnpin for ReturnOpArgs
impl UnwindSafe for ReturnOpArgs
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