pub struct KernelArgument {
pub kind: KernelArgumentKind,
pub access: KernelAccess,
}Fields§
§kind: KernelArgumentKind§access: KernelAccessTrait Implementations§
Source§impl Clone for KernelArgument
impl Clone for KernelArgument
Source§fn clone(&self) -> KernelArgument
fn clone(&self) -> KernelArgument
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 KernelArgument
impl Debug for KernelArgument
Source§impl PartialEq for KernelArgument
impl PartialEq for KernelArgument
Source§fn eq(&self, other: &KernelArgument) -> bool
fn eq(&self, other: &KernelArgument) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for KernelArgument
impl Eq for KernelArgument
impl StructuralPartialEq for KernelArgument
Auto Trait Implementations§
impl Freeze for KernelArgument
impl RefUnwindSafe for KernelArgument
impl Send for KernelArgument
impl Sync for KernelArgument
impl Unpin for KernelArgument
impl UnsafeUnpin for KernelArgument
impl UnwindSafe for KernelArgument
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