pub struct KernelSignature {
pub args: Vec<KernelArgument>,
}Fields§
§args: Vec<KernelArgument>Trait Implementations§
Source§impl Clone for KernelSignature
impl Clone for KernelSignature
Source§fn clone(&self) -> KernelSignature
fn clone(&self) -> KernelSignature
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for KernelSignature
impl Debug for KernelSignature
Source§impl PartialEq for KernelSignature
impl PartialEq for KernelSignature
Source§fn eq(&self, other: &KernelSignature) -> bool
fn eq(&self, other: &KernelSignature) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for KernelSignature
impl StructuralPartialEq for KernelSignature
Auto Trait Implementations§
impl Freeze for KernelSignature
impl RefUnwindSafe for KernelSignature
impl Send for KernelSignature
impl Sync for KernelSignature
impl Unpin for KernelSignature
impl UnsafeUnpin for KernelSignature
impl UnwindSafe for KernelSignature
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