pub struct KernelArg {
pub name: String,
pub ty: KernelArgType,
}Fields§
§name: String§ty: KernelArgTypeAuto Trait Implementations§
impl Freeze for KernelArg
impl RefUnwindSafe for KernelArg
impl Send for KernelArg
impl Sync for KernelArg
impl Unpin for KernelArg
impl UnsafeUnpin for KernelArg
impl UnwindSafe for KernelArg
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